diff --git a/docs/source/tutorial/introduction.md b/docs/source/tutorial/introduction.md index c4d52fc..097f8d6 100644 --- a/docs/source/tutorial/introduction.md +++ b/docs/source/tutorial/introduction.md @@ -53,7 +53,7 @@ Now the fun begins! First, you'll need to install our developer tools: - [Apollo DevTools for Chrome (suggested)](https://chrome.google.com/webstore/detail/apollo-client-developer-t/jdkknkkbebbapilgoeccciglkfbmbnfm) : Our Chrome extension giving you full visibility into your client. - [Apollo VSCode (suggested)](https://marketplace.visualstudio.com/items?itemName=apollographql.vscode-apollo): Our editor integration that offers intelligent autocomplete, metrics, and more. -Next, in your terminal, clone this repository: +Next, in your terminal, clone [this repository](https://github.com/apollographql/fullstack-tutorial): ```bash git clone https://github.com/apollographql/fullstack-tutorial/ @@ -69,4 +69,4 @@ TODO: Add in this section after Apollo VSCode works for server development We know that learning a new technology can sometimes be overwhelming, and it's totally normal to get stuck! If that happens, we recommend joining the [Apollo Slack](https://www.apollographql.com/slack) community and posting in the relevant channel (either #apollo-server or #apollo-client) for some quick answers. -If something in the tutorial seems confusing or contains an error, we'd love your feedback! Just click the Edit on GitHub link at the bottom to open a new pull request or open an issue on the repository. \ No newline at end of file +If something in the tutorial seems confusing or contains an error, we'd love your feedback! Just click the Edit on GitHub link at the bottom to open a new pull request or open an issue on the repository.