Skip to content

Commit

Permalink
chore(docs): Update query-execution.md (#35115)
Browse files Browse the repository at this point in the history
- Fix broken link to source code (JS file is now a TS file)
- Remove line reference since that can change at any time
  • Loading branch information
hasthamalp committed Mar 14, 2022
1 parent 6d01f21 commit 500d17a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/query-execution.md
Expand Up @@ -12,7 +12,7 @@ title: Query Execution
## Query execution

Query execution is kicked off by bootstrap by calling [`createQueryRunningActivity()`](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby/src/query/index.js#L192). The main files involved in this step are:
Query execution is kicked off by bootstrap by calling [`createQueryRunningActivity()`](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby/src/query/index.ts). The main files involved in this step are:

- [index.js](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby/src/query/index.js)
- [queue.ts](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby/src/query/queue.ts)
Expand Down

0 comments on commit 500d17a

Please sign in to comment.