From ebab05fb9e1eb6647ca9b51b6a408e2d6f99cff8 Mon Sep 17 00:00:00 2001 From: Tyler Sanford Date: Sun, 22 Apr 2018 17:10:46 -0500 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`