diff --git a/docs/pages/_app.js b/docs/pages/_app.js index a9b1066aac2118..55c4a96f1bdbbf 100644 --- a/docs/pages/_app.js +++ b/docs/pages/_app.js @@ -174,7 +174,7 @@ function AppWrapper(props) { }, { text: 'View all versions', - href: `https://mui.com${languagePrefix}/versions/`, + href: `https://mui.com${languagePrefix}/material-ui/getting-started/versions/`, }, ], }; @@ -198,7 +198,7 @@ function AppWrapper(props) { { text: 'v4', href: `https://v4.mui.com${languagePrefix}/system/basics/` }, { text: 'View all versions', - href: `https://mui.com${languagePrefix}/versions/`, + href: `https://mui.com${languagePrefix}/material-ui/getting-started/versions/`, }, ], }; @@ -220,7 +220,7 @@ function AppWrapper(props) { { text: `v${materialPkgJson.version}`, current: true }, { text: 'View all versions', - href: `https://mui.com${languagePrefix}/versions/`, + href: `https://mui.com${languagePrefix}/material-ui/getting-started/versions/`, }, ], };