From 30f5f41d8cc1460dce4500b0b0ee7255139ad0f2 Mon Sep 17 00:00:00 2001 From: James Hewitt Date: Mon, 7 Nov 2022 15:06:46 +0000 Subject: [PATCH] Use GitHub https url Signed-off-by: James Hewitt --- BUILDING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILDING.md b/BUILDING.md index c84b9bcf1..cf8d77249 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -28,7 +28,7 @@ environment. Next, fetch the code from the repository using git: - git clone git@github.com:distribution/distribution.git + git clone https://github.com/distribution/distribution cd distribution If you are planning to create a pull request with changes, you may want to clone directly from your [fork](https://help.github.com/en/articles/about-forks).