-
-
Notifications
You must be signed in to change notification settings - Fork 3.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
fix(docs): fix broken links #6207
Conversation
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! I tested the docs link and it works!
Thanks! (I thought there will be more broken links 😅 ) |
@kisvegabor there might be, that's why I opened #6208 |
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. Looks like the link text matches the header name closest to the ref. If you wanted "CODING STYLE" back, you could do :ref:`CODING STYLE <coding-style>`
like here.
Looks good the way it is though:
I actually prefer matching the title over all caps. On the other hand, the dot at the end of the sentence was removed accidentally, so I've pushed again. |
Fixing broken links of:
CODING_STYLE.md ->
Open
button goes to old fileCODING_STYLE goes to
404 Not found