Use proper git URL for GitHub repos

Follow up of ce174d4efc.
This commit is contained in:
Chocobo1 2022-12-29 16:15:37 +08:00
parent 09c5b26c76
commit b864cb4278
No known key found for this signature in database
GPG Key ID: 210D9C873253A68C
2 changed files with 2 additions and 2 deletions

View File

@ -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
```

View File

@ -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: