Skip to content

Commit

Permalink
Auto merge of #11517 - Chocobo1:github, r=weihanglo
Browse files Browse the repository at this point in the history
Use proper git URL for GitHub repos

Follow up of ce174d4.
  • Loading branch information
bors committed Dec 29, 2022
2 parents 09c5b26 + b864cb4 commit 8ba371b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ It is recommended to use the vendored versions as they are the versions that are
First, you'll want to check out this repository

```
git clone https://github.com/rust-lang/cargo
git clone https://github.com/rust-lang/cargo.git
cd cargo
```

Expand Down
2 changes: 1 addition & 1 deletion src/doc/src/reference/overriding-dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ First thing we'll do is to clone the [`uuid` repository][uuid-repository]
locally via:

```console
$ git clone https://github.com/uuid-rs/uuid
$ git clone https://github.com/uuid-rs/uuid.git
```

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

0 comments on commit 8ba371b

Please sign in to comment.