Closed
Description
Hey,
It seems like mdbook doesn't translate links in chapters (like [link to chapter2](../chapter2.md)) to the resulting html file. To work around this, you have to use a link relative to the output folder, like
chapter2.html`.
This breaks markdown links which are hosted on GitHub, and generally also means that a mdbook author needs to understand the topology of the generated book, instead of its sources when cross linking.
Examples:
- https://github.com/rust-lang-nursery/mdBook/blame/master/book-example/src/cli/init.md#L25
- https://github.com/rust-lang/book/blame/master/second-edition/src/ch02-00-guessing-game-tutorial.md#L262
I was not able to find an existing issue that mentioned this, but I didn't look super close. At least this should help in future searching.
Metadata
Metadata
Assignees
Labels
No labels