From 13306b5e723f867c830944e963fc1dc3c11516e3 Mon Sep 17 00:00:00 2001 From: ArsenyGarelyshev Date: Tue, 9 Aug 2022 11:55:02 +0500 Subject: [PATCH] 33865 --- docs/data/system/getting-started/overview/overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/data/system/getting-started/overview/overview.md b/docs/data/system/getting-started/overview/overview.md index 6b4f99a24bd8c4..31a8f5bbbf2e66 100644 --- a/docs/data/system/getting-started/overview/overview.md +++ b/docs/data/system/getting-started/overview/overview.md @@ -27,4 +27,4 @@ Learn more on [the `sx` prop page](/system/getting-started/the-sx-prop/). [MUI Base](/base/getting-started/overview/) is a library of "unstyled" React components, while MUI System is a set of utilities for quickly applying styles to those components (as well as other MUI component libraries like Material UI and Joy UI). MUI Base is a standalone component library, whereas the System is _supplemental_ in that it's designed to be paired with Base and other MUI components, as well as third-party components. -See [Advanced](/system/getting-started/advanced/) for details on how to use MUI System with non-MUI components. +See the [Custom components page](/system/getting-started/custom-components/) for details on how to use MUI System with non-MUI components.