From cfa46c53d7d2704faea01f79b96602c2de63e8dc Mon Sep 17 00:00:00 2001 From: Abhi Aiyer Date: Wed, 16 May 2018 07:06:46 -0700 Subject: [PATCH] chore(docs): Fix broken link to go to the manually firing queries section --- docs/source/essentials/get-started.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/source/essentials/get-started.md b/docs/source/essentials/get-started.md index 59c420cd4f5..0aae12f348e 100644 --- a/docs/source/essentials/get-started.md +++ b/docs/source/essentials/get-started.md @@ -166,5 +166,4 @@ Now that you've learned how to fetch data with Apollo Client, you're ready to di - [Queries](./queries.html): Learn how to fetch queries with arguments and dive deeper into configuration options. For a full list of options, check out the API reference for `Query`. - [Mutations](./mutations.html): Learn how to update data with mutations and when you'll need to update the Apollo cache. For a full list of options, check out the API reference for `Mutation` components. -- [Using Apollo Client directly](./direct-access.html): Sometimes, you'll need to access the client directly like we did in our plain JavaScript example above. Learn when and how in our guide or visit the API reference for a full list of options. - +- [Using Apollo Client directly](./queries.html#manual-query): Sometimes, you'll need to access the client directly like we did in our plain JavaScript example above. Learn when and how in our guide or visit the API reference for a full list of options.