From c92cf982bb9133901edd3236c8f93c4df42ae785 Mon Sep 17 00:00:00 2001 From: Manfred Brandl Date: Mon, 27 Aug 2018 18:22:26 +0200 Subject: [PATCH] Fix typo in URL (CONTRIBUTING.md) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d86178082..11c033760 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -395,7 +395,7 @@ Additionally here is a step-by-step workflow example for beginners: 3. Set up [Git](https://help.github.com/articles/set-up-git/) and prepare for Authenticating with GitHub from Git. -4. Clone or download your local copy of iD from your GitHub account using https `git clone https://github.com:/iD.git` or using ssh `git clone git@github.com:{{yourgithubaccount}}/iD.git`. In your local copy you'll have a "remote" called origin. +4. Clone or download your local copy of iD from your GitHub account using https `git clone https://github.com//iD.git` or using ssh `git clone git@github.com:{{yourgithubaccount}}/iD.git`. In your local copy you'll have a "remote" called origin. 5. Switch to the iD directory, create a working branch (choose a descriptive name) and switch to it : `cd iD ; git checkout -b `. Never do anything in master branch.