Merge pull request #5163 from cirpo/fix-backstage-repo-clone-url-5162

fixed backstage clone url instruction in the contributors page
This commit is contained in:
Ben Lambert
2021-03-29 13:59:55 +02:00
committed by GitHub
+1 -1
View File
@@ -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: