From b864cb4278694797cc1b27028b41fa4c5dff0159 Mon Sep 17 00:00:00 2001 From: Chocobo1 Date: Thu, 29 Dec 2022 16:15:37 +0800 Subject: [PATCH] Use proper git URL for GitHub repos Follow up of ce174d4efca90c90ee4f7e5f672017da1248ef55. --- README.md | 2 +- src/doc/src/reference/overriding-dependencies.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 71b2fd0a9..423555e62 100644 --- a/README.md +++ b/README.md @@ -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 ``` diff --git a/src/doc/src/reference/overriding-dependencies.md b/src/doc/src/reference/overriding-dependencies.md index 0c99cf5d0..c8e8fbcb6 100644 --- a/src/doc/src/reference/overriding-dependencies.md +++ b/src/doc/src/reference/overriding-dependencies.md @@ -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: