mui / material-ui

Material UI: Comprehensive React component library that implements Google's Material Design. Free forever.
https://mui.com/material-ui/
MIT License
94.03k stars 32.31k forks source link

[docs] MUI-X pages give 404 in v5 docs #43727

Open JCQuintas opened 2 months ago

JCQuintas commented 2 months ago

Related page

https://v5.mui.com/x/react-date-pickers/

Kind of issue

Other

Issue description

If you go to https://v5.mui.com/material-ui/getting-started/ and click one of the MUI-X links on the sidebar, it shows a 404 error.

image (1)

User report on discord: https://discord.com/channels/1131323012554174485/1131329150070816868/1283709072901804032

Context

No response

Search keywords: none

samuelsycamore commented 2 months ago

Ah good catch, looks like the relative paths are now leading to nonexistent v5.mui.com pages on the X side of the docs. Can we use absolute paths for these links on the v5 subdomain to take the user to the latest version of the X components/pages? Or is there a better way to resolve this? cc @alexfauquette

alexfauquette commented 2 months ago

Can we use absolute paths for these links on the v5 subdomain to take the user to the latest version of the X components/pages?

Yes, that seems to be the more reliable solution