From 550121d016bc8e9c9810f5e09a53a80923be5d56 Mon Sep 17 00:00:00 2001 From: Amberley Date: Thu, 1 Nov 2018 16:46:45 -0500 Subject: [PATCH] fix(docs): broken links on page-query doc (#9645) --- docs/docs/page-query.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/page-query.md b/docs/docs/page-query.md index e6dd87f1f7b11..429c71926a929 100644 --- a/docs/docs/page-query.md +++ b/docs/docs/page-query.md @@ -4,7 +4,7 @@ title: Querying data in pages with GraphQL Gatsby's `graphql` tag enables page components to retrieve data via GraphQL query. -In this guide, you will learn [how to use the `graphql` tag](/page-query#adding-the-graphql-query) in your pages, as well as go a little deeper into [how the `graphql` tag works](/page-query#how-does-the-graphql-tag-work). +In this guide, you will learn [how to use the `graphql` tag](/docs/page-query#add-the-graphql-query) in your pages, as well as go a little deeper into [how the `graphql` tag works](/docs/page-query#how-does-the-graphql-tag-work). ## How to use the `graphql` tag in pages