Skip to content

Commit b066459

Browse files
[website] Fix 301 redirection to base index page
1 parent 97de680 commit b066459

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/route.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const ROUTES = {
1212
rssFeed: '/feed/blog/rss.xml',
1313
handbook: 'https://mui-org.notion.site/Handbook-f086d47e10794d5e839aef9dc67f324b',
1414
baseDocs: '/base-ui/getting-started/',
15-
baseComponents: '/base-ui/react-components/',
15+
baseComponents: '/base-ui/all-components/',
1616
baseQuickstart: '/base-ui/getting-started/quickstart/',
1717
materialDocs: '/material-ui/getting-started/',
1818
joyDocs: '/joy-ui/getting-started/',

0 commit comments

Comments
 (0)