diff --git a/docs/contributing/development/building-status.md b/docs/contributing/development/building-status.md index 0885f6e..fbffcd1 100644 --- a/docs/contributing/development/building-status.md +++ b/docs/contributing/development/building-status.md @@ -108,8 +108,8 @@ Fork the repository on Github's web UI. Clone your fork. Add the upstream as a remote. - $ git clone git@github:/status-react - $ git remote add upstream git@github:status-im/status-react + $ git clone git@github.com:/status-react + $ git remote add upstream git@github.com:status-im/status-react Now you have two remotes: `origin` pointing to your fork and `upstream` pointing to the shared repo.