Skip to content

Commit

Permalink
fix(docs): broken links on page-query doc (#9645)
Browse files Browse the repository at this point in the history
  • Loading branch information
amberleyromo committed Nov 1, 2018
1 parent 1f0f2cc commit 550121d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/page-query.md
Expand Up @@ -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

Expand Down

0 comments on commit 550121d

Please sign in to comment.