Closed
Description
I'm working on updating the rust docs to use the mdbook 0.2 series.
In #603 the new link strategy was implemented.
I can get a link to work, but then the print page is broken. See https://raw.githubusercontent.com/rust-lang/rust/master/src/doc/unstable-book/src/language-features/asm.md for example:
If you need more power and don't mind losing some of the niceties of
`asm!`, check out [global_asm](language-features/global-asm.html).
Changing this to either of
global-asm.md
../language-features/global-asm.md
means that the print page's link is broken.
@cetra3 you implemented this, and @Michael-F-Bryan you merged it. Any ideas?
Metadata
Metadata
Assignees
Labels
No labels