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