diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b6333bf7a62a1..1431501c61caf 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -41,7 +41,7 @@ You can install the latest version of Gatsby by following these steps: The usual contributing steps are: * Fork the [official repository](https://github.com/gatsbyjs/gatsby). -* Clone your fork: git clone `git@github.com:/gatsby.git` +* Clone your fork: `git clone https://github.com//gatsby.git` * Setup up repo and install dependencies: `yarn run bootstrap` * Make sure tests are passing for you: `yarn test` * Create a topic branch: `git checkout -b topics/new-feature-name`