diff --git a/docs/QuickStart-Tutorial.md b/docs/QuickStart-Tutorial.md index 7e4f42c1d2d1a..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 git@github.com:facebook/relay-starter-kit.git relay-treasurehunt +git clone git@github.com:relayjs/relay-starter-kit.git relay-treasurehunt cd relay-treasurehunt npm install ```