Skip to content

Commit

Permalink
add the new versions page path to the versions menu
Browse files Browse the repository at this point in the history
  • Loading branch information
danilo-leal committed May 28, 2024
1 parent 9e10f05 commit b654c4d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/pages/_app.js
Original file line number Diff line number Diff line change
Expand Up @@ -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/`,
},
],
};
Expand All @@ -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/`,
},
],
};
Expand All @@ -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/`,
},
],
};
Expand Down

0 comments on commit b654c4d

Please sign in to comment.