-
Notifications
You must be signed in to change notification settings - Fork 8
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
Images are broken in the discovery book #4
Comments
I was playing around with linkchecker tonight to see if I could see why it doesn't detect these missing image URLs. It seems like it treats the absolute links as external links so doesn't bother to check them. I was able to get it to detect the bad links by using this command line:
I used the |
I have just created PR #9 to address this issue for the bookshelf repository as well. |
This is now fixed. |
Thanks @adamgreen! |
At least in the bookshelf version. See:
https://rust-embedded.github.io/bookshelf/discovery/04-meet-your-hardware/index.html
The standalone version of the discovery book does show the images:
https://rust-embedded.github.io/discovery/04-meet-your-hardware/README.html
The text was updated successfully, but these errors were encountered: