From f3238cd9c82cd2562195fd4f4baa1b012a4f9fb2 Mon Sep 17 00:00:00 2001 From: Adam Harvey Date: Wed, 1 Dec 2021 19:03:38 -0500 Subject: [PATCH] Move MUI link to be more generic to avoid version specifics Signed-off-by: Adam Harvey --- packages/theme/src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/theme/src/index.ts b/packages/theme/src/index.ts index 54ce880a71..41f827bf43 100644 --- a/packages/theme/src/index.ts +++ b/packages/theme/src/index.ts @@ -15,7 +15,7 @@ */ /** - * {@link https://mui.com/customization/theming/ | material-ui theme} for use with Backstage. + * {@link https://mui.com | material-ui} theme for use with Backstage * * @packageDocumentation */