From dc6474e4c972f63b139b3df66e8ca54357586b2b Mon Sep 17 00:00:00 2001 From: Nicholas Duffy Date: Tue, 18 Feb 2020 08:53:05 -0700 Subject: [PATCH] fix(doc): Internal page-context links to code 404 (#21556) --- docs/docs/gatsby-internals-terminology.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/gatsby-internals-terminology.md b/docs/docs/gatsby-internals-terminology.md index 9031ad91c14bd..0f608fa006dbb 100644 --- a/docs/docs/gatsby-internals-terminology.md +++ b/docs/docs/gatsby-internals-terminology.md @@ -105,7 +105,7 @@ Created as part of page, but currently unused. ### page.context -This is [merged with the page itself](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby/src/internal-plugins/query-runner/page-query-runner.js#L153) and then is [passed to graphql](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby/src/internal-plugins/query-runner/query-runner.js#L40) queries as the `context` parameter. +This is [merged with the page itself](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby/src/query/query-runner.js#L79) and then is [passed to graphql](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby/src/query/query-runner.js#L28) queries as the `context` parameter. ## Query