From d99aa8eedb31f4790255c435fcb7bbc0519191cb Mon Sep 17 00:00:00 2001 From: Zeeshan Tamboli Date: Thu, 21 Jul 2022 10:20:08 +0530 Subject: [PATCH] [docs] Fix link to Snackbar customization section in Alert docs (#33586) fix link --- docs/data/material/components/alert/alert.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/data/material/components/alert/alert.md b/docs/data/material/components/alert/alert.md index baae5e87dfdb5c..fa7f6fbc51cd94 100644 --- a/docs/data/material/components/alert/alert.md +++ b/docs/data/material/components/alert/alert.md @@ -69,7 +69,7 @@ You can prevent this by adding `bgcolor: 'background.paper'` to the[`sx` prop](/ ## Toast -You can use the Snackbar to [display a toast](/material-ui/react-snackbar/#customized-snackbars) with the Alert. +You can use the Snackbar to [display a toast](/material-ui/react-snackbar/#customization) with the Alert. ## Color