Skip to content

Commit

Permalink
[docs] Fix 301 link
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Jan 27, 2024
1 parent e73a414 commit 2705b23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/data/toolpad/concepts/queries.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<p class="description">Be it a database table or an external API, Toolpad offers mechanisms to bring server-side data to the page as well as make mutations to external data sources. </p>

:::info
Toolpad uses `react-query` internally to run queries and actions. Look into [its documentation](https://tanstack.com/query/latest/docs/react/guides/queries) for more details on query objects.
Toolpad uses `react-query` internally to run queries and actions. Look into [its documentation](https://tanstack.com/query/latest/docs/framework/react/guides/queries) for more details on query objects.
:::

## Queries
Expand Down

0 comments on commit 2705b23

Please sign in to comment.