Skip to content

Commit 8ba371b

Browse files
committed
Auto merge of #11517 - Chocobo1:github, r=weihanglo
Use proper git URL for GitHub repos Follow up of ce174d4.
2 parents 09c5b26 + b864cb4 commit 8ba371b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ It is recommended to use the vendored versions as they are the versions that are
6464
First, you'll want to check out this repository
6565

6666
```
67-
git clone https://github.com/rust-lang/cargo
67+
git clone https://github.com/rust-lang/cargo.git
6868
cd cargo
6969
```
7070

src/doc/src/reference/overriding-dependencies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ First thing we'll do is to clone the [`uuid` repository][uuid-repository]
5858
locally via:
5959

6060
```console
61-
$ git clone https://github.com/uuid-rs/uuid
61+
$ git clone https://github.com/uuid-rs/uuid.git
6262
```
6363

6464
Next we'll edit the manifest of `my-library` to contain:

0 commit comments

Comments
 (0)