From 6307a6ab52595a3eba94ac756a0dca8a584e61e6 Mon Sep 17 00:00:00 2001 From: Alexandre Fauquette Date: Mon, 3 Oct 2022 11:45:04 +0200 Subject: [PATCH] fix link anchor --- docs/pages/blog/mui-core-v5.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/blog/mui-core-v5.md b/docs/pages/blog/mui-core-v5.md index 585aed8eaa306d..1bec78d80ed15b 100644 --- a/docs/pages/blog/mui-core-v5.md +++ b/docs/pages/blog/mui-core-v5.md @@ -593,7 +593,7 @@ Having a separate lab package allows us to release breaking changes when necessa The following components are now available in the lab: -- [LoadingButton](/material-ui/react-button/#loading-buttons). It does what you would expect. It renders the `Button` with a configurable loading/pending state. +- [LoadingButton](/material-ui/stomization/#loading-buttons). It does what you would expect. It renders the `Button` with a configurable loading/pending state. - [FocusTrap](/base/react-focus-trap/). This component traps the keyboard focus within a DOM node. For example, it's used by the Modal to prevent tabbing out of the component for accessibility reasons. - [Masonry](/material-ui/react-masonry/). One great use case for this component is when using the `Grid` component leads to wasted space. It's frequently used in dashboards.