-
Notifications
You must be signed in to change notification settings - Fork 522
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 broken link to c3 #418
Conversation
Change absolute link to relative
r? @adamgreig (rust-highfive has picked a reviewer for you, use r? to override) |
Thanks! Weirdly the linkchecker didn't have a problem with it before, but now fails the CI with your correction. Maybe it's worth trying a relative URL without any preceding |
Try a / at the end
I tried to copy the behavior of https://github.com/rust-embedded/discovery/blob/master/microbit/src/05-led-roulette/debug-it.md?plain=1#L232 which is working. In the CI the link-checker is currently run before the books are moved to their correct position and therefore the behavior might deviate from the expected behavior: discovery/.github/workflows/ci.yml Line 151 in 4b5e5c7
I think I now found the issue that stopped this link from working: rust-lang/mdBook#984 |
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.
Seems to work now, thanks!
bors r+
Change absolute link to relative since the current link is broken since it starts from the root level which is one above where it should be with the new structure.