From 075aec605d0f5cfb214f298d70be3962cb469470 Mon Sep 17 00:00:00 2001 From: cirpo Date: Mon, 29 Mar 2021 11:17:33 +0100 Subject: [PATCH] fixed backstage clone url instruction in the contributors page Signed-off-by: cirpo --- docs/getting-started/contributors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started/contributors.md b/docs/getting-started/contributors.md index 0cd52a3f7b..e33d7a8479 100644 --- a/docs/getting-started/contributors.md +++ b/docs/getting-started/contributors.md @@ -15,7 +15,7 @@ your own GitHub account and clone that code to your local machine or you can grab the one for the origin like so: ```bash -git clone git@github.com/backstage/backstage --depth 1 +git clone git@github.com:backstage/backstage --depth 1 ``` If you cloned a fork, you can add the upstream dependency like so: