-
Notifications
You must be signed in to change notification settings - Fork 49
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
Broken links #41
Comments
I've found out that the problem is related to the way links are generated. When you open a documentation page, it adds a trailing slash to the URL. This trailing slash makes relative links broken. But when you navigate through the documentation via the left panel, it doesn't add trailing slashes, and relative links work fine. |
I have found one on this page: When linking out to When it should be this: I was going to submit a PR to add the leading slash but actually I think that would simply make the link relative to the root domain, which would also be wrong - not sure if there is a syntax to make it go up one dir first. |
It happens to all the links in the user guides as far as I can tell (not including the sidebar). |
I think it could probably be fixed if all the links had I was going to try this and then make a pull request but I can't even get the site to build on my computer. |
The docs contain broken links - examples:
Note these are just 2 examples i ran into, there's probably more (especially since both seem to have the same cause - the relative links should go up first).
Both return 404 so it should be possible to write a periodic CI action to check all links on the website and detect this automatically.
The text was updated successfully, but these errors were encountered: