From 2705b23eb45342e06f01f2c5b4d1f3d99e3fd40a Mon Sep 17 00:00:00 2001 From: Olivier Tassinari Date: Sat, 27 Jan 2024 01:37:40 +0100 Subject: [PATCH] [docs] Fix 301 link --- docs/data/toolpad/concepts/queries.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/data/toolpad/concepts/queries.md b/docs/data/toolpad/concepts/queries.md index d178b606275..dfb3e72e6ed 100644 --- a/docs/data/toolpad/concepts/queries.md +++ b/docs/data/toolpad/concepts/queries.md @@ -3,7 +3,7 @@

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.

:::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