Skip to content

Commit

Permalink
[docs] fix link from v5 to v6 (#43585)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfauquette authored Sep 3, 2024
1 parent c9c09ee commit 64e0871
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/pages/_app.js
Original file line number Diff line number Diff line change
Expand Up @@ -167,8 +167,8 @@ function AppWrapper(props) {
name: 'Material UI',
versions: [
{
text: 'v6 (next)',
href: `https://next.mui.com${languagePrefix}/material-ui/getting-started/`,
text: 'v6',
href: `https://mui.com${languagePrefix}/material-ui/getting-started/`,
},
{ text: `v${materialPkgJson.version}`, current: true },
{
Expand Down

0 comments on commit 64e0871

Please sign in to comment.