From f4519a7779d99b2fe4099f8fb14a42079bb9f1c7 Mon Sep 17 00:00:00 2001 From: Brian Grinstead Date: Thu, 17 Nov 2016 13:00:46 -0800 Subject: [PATCH] Update CONTRIBUTING.md Use correct URL for cloning --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 68583dd3..2f84292e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -32,7 +32,7 @@ Signed-off-by: Random J Developer * Fork this repo at [github.com/mozilla/datomish](https://github.com/mozilla/datomish#fork-destination-box). * Clone your fork locally. Make sure you use the correct clone URL. ``` -git clone git@github.com:YOURNAME/tofino.git +git clone git@github.com:YOURNAME/datomish.git ``` Check your remotes: ```