Skip to content

Commit

Permalink
Use proper git URL for GitHub repos
Browse files Browse the repository at this point in the history
Follow up of ce174d4.
  • Loading branch information
Chocobo1 committed Dec 29, 2022
1 parent 09c5b26 commit b864cb4
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 b864cb4

Please sign in to comment.