-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[docs] Fix various broken master links #28358
Conversation
Details of bundle changes.Comparing: 9d8104e...040d5fb Details of page changes
@material-ui/core: parsed: +Infinity% , gzip: +Infinity% |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice! Should we also update the links: https://material-ui.com -> https://mui.com? Also in the banner we have a link to next.material-ui.com
for the documentation of v5.
Not bothering with stuff that has redirects for now. |
Looked through the codebase for usage of the word
master
and tried to fix them. This was a best effort attempt so I may have missed some.The takeaway is repeating to "not link source code". The source must be irrelevant for user-facing documentation.
Closes #28345