From 500d17a957f4ae0bd9beb63ee437675a2945d71c Mon Sep 17 00:00:00 2001 From: HACKER-CODER <72604216+hasthamalp@users.noreply.github.com> Date: Mon, 14 Mar 2022 09:15:40 +0530 Subject: [PATCH] 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 --- docs/docs/query-execution.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/query-execution.md b/docs/docs/query-execution.md index 893fc5157054b..7fa91e85b801d 100644 --- a/docs/docs/query-execution.md +++ b/docs/docs/query-execution.md @@ -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)