-
-
Notifications
You must be signed in to change notification settings - Fork 32.7k
Description
- This is not a v0.x issue.
- I have searched the issues of this repository and believe that this is not a duplicate.
Expected Behavior 🤔
Navigating to https://v1-5-0.material-ui.com/* should redirect to v1.material-ui.com/* (e.g. https://v1-5-0.material-ui.com/demos/buttons/ should redirect to https://v1.material-ui.com/demos/buttons/)
Current Behavior 😯
Navigating to v1-5-0.material-ui.com results in a 404 response
Context 🔦
Our internal company documentation links to the old v1-5-0.material-ui.com/* links. Ideally we would just refactor the links to point to the new urls, but all our documentation is versioned by npm package version, and going back through all the old documentation builds to refactor the urls per npm version would be quite a difficult task. Whereas, I can imagine setting up a redirect might not be quite so difficult? What's in it for Material-UI? It would mean you would make Google happy. Google loves redirects ;)
| Tech | Version |
|---|---|
| Material-UI | v1.5.x |