Skip to content

Commit

Permalink
docs(changelog): Fix broken link for experimental queryplanner docs. (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
abernix authored Aug 28, 2024
1 parent bcd100b commit ed32712
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ By [@tninesling](https://github.com/tninesling) in https://github.com/apollograp

The router now schedules background jobs to run the native (Rust) query planner to compare its results to the legacy implementation. This helps ascertain its correctness before making a decision to switch entirely to it from the legacy query planner.

To learn more, go to [Experimental Query Planner Mode](https://www.apollographql.com/docs/router/configuration/configuration/experimental_query_planner_mode) docs.
To learn more, go to [Experimental Query Planner Mode](https://www.apollographql.com/docs/router/configuration/experimental_query_planner_mode) docs.

The router continues to use the legacy query planner to plan and execute operations, so there is no effect on the hot path.

Expand Down

0 comments on commit ed32712

Please sign in to comment.