From c0bf4a52e31e16fc8c8c3c9bf0ed321c98fbfdc6 Mon Sep 17 00:00:00 2001 From: Olivier Tassinari Date: Tue, 30 May 2023 00:05:42 +0200 Subject: [PATCH] [docs] Fix missing redirection for data binding (#2083) --- docs/data/toolpad/building-ui/page-configuration.md | 2 +- docs/public/_redirects | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/data/toolpad/building-ui/page-configuration.md b/docs/data/toolpad/building-ui/page-configuration.md index e763098002a..7f95d6aaed4 100644 --- a/docs/data/toolpad/building-ui/page-configuration.md +++ b/docs/data/toolpad/building-ui/page-configuration.md @@ -32,4 +32,4 @@ A dialog will show where you can set as many parameters as you wish by typing in Page display mode selection -Page parameters can also be used in [data bindings](/toolpad/data-binding/) by accessing the `page.parameters` global variable. +Page parameters can also be used in [data bindings](/toolpad/data-binding/binding-state/) by accessing the `page.parameters` global variable. diff --git a/docs/public/_redirects b/docs/public/_redirects index 0b933ee1318..2760a463c94 100644 --- a/docs/public/_redirects +++ b/docs/public/_redirects @@ -9,3 +9,4 @@ /toolpad/data-fetching/rest/ /toolpad/connecting-to-datasources/fetch/ 301 /toolpad/data-fetching/google-sheets/ /toolpad/connecting-to-datasources/google-sheets/ 301 # 2023 +/toolpad/data-binding/ /toolpad/data-binding/binding-state/ 301