Skip to content

Commit 500d17a

Browse files
authored
chore(docs): Update query-execution.md (#35115)
- Fix broken link to source code (JS file is now a TS file) - Remove line reference since that can change at any time
1 parent 6d01f21 commit 500d17a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/query-execution.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ title: Query Execution
1212
1313
## Query execution
1414

15-
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:
15+
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:
1616

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

0 commit comments

Comments
 (0)