From b824b7e2fb21b67d06aa42f0527cda3cd73f3996 Mon Sep 17 00:00:00 2001 From: Phil Cockfield Date: Thu, 27 Aug 2015 08:52:10 +1200 Subject: [PATCH 1/2] New git location for the starter kit The GIT repo referenced here no longer exists. Is this the new location for that repo? --- docs/QuickStart-Tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/QuickStart-Tutorial.md b/docs/QuickStart-Tutorial.md index 7e4f42c1d2d1a..ce02eea666d4b 100644 --- a/docs/QuickStart-Tutorial.md +++ b/docs/QuickStart-Tutorial.md @@ -14,7 +14,7 @@ In this tutorial, we will build a game using GraphQL mutations. The goal of the Let's start a project using the Relay Starter Kit as a base. ``` -git clone git@github.com:facebook/relay-starter-kit.git relay-treasurehunt +git clone https://github.com/relayjs/relay-starter-kit.git relay-treasurehunt cd relay-treasurehunt npm install ``` From 410e3913727c1d7b8d8a99ad0c2e4170cfbbde54 Mon Sep 17 00:00:00 2001 From: Phil Cockfield Date: Thu, 27 Aug 2015 15:24:09 +1200 Subject: [PATCH 2/2] Clone from SSH version of the github address. Consistent with original. --- docs/QuickStart-Tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/QuickStart-Tutorial.md b/docs/QuickStart-Tutorial.md index ce02eea666d4b..e21e2db72af75 100644 --- a/docs/QuickStart-Tutorial.md +++ b/docs/QuickStart-Tutorial.md @@ -14,7 +14,7 @@ In this tutorial, we will build a game using GraphQL mutations. The goal of the Let's start a project using the Relay Starter Kit as a base. ``` -git clone https://github.com/relayjs/relay-starter-kit.git relay-treasurehunt +git clone git@github.com:relayjs/relay-starter-kit.git relay-treasurehunt cd relay-treasurehunt npm install ```