We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 09c5b26 + b864cb4 commit 8ba371bCopy full SHA for 8ba371b
README.md
@@ -64,7 +64,7 @@ It is recommended to use the vendored versions as they are the versions that are
64
First, you'll want to check out this repository
65
66
```
67
-git clone https://github.com/rust-lang/cargo
+git clone https://github.com/rust-lang/cargo.git
68
cd cargo
69
70
src/doc/src/reference/overriding-dependencies.md
@@ -58,7 +58,7 @@ First thing we'll do is to clone the [`uuid` repository][uuid-repository]
58
locally via:
59
60
```console
61
-$ git clone https://github.com/uuid-rs/uuid
+$ git clone https://github.com/uuid-rs/uuid.git
62
63
Next we'll edit the manifest of `my-library` to contain:
0 commit comments