mdbook/tests/testsuite/print/relative_links
Eric Huss 005f4d648a Fix print page links for internal links to non-chapters
This fixes links on the print page that go to an internal destination
that is not a chapter. The path would have the wrong relative
destination, and would be broken. The logic for detecting this was
incorrectly only checking if a link went outside the book, or didn't
have an html extension. This doesn't work for links to HTML files that
are inside the book, but not one of the chapters.
2025-10-30 18:37:12 -07:00
..
expected Fix print page links for internal links to non-chapters 2025-10-30 18:37:12 -07:00
src Add test for print relative for page that doesn't exist 2025-10-30 18:04:51 -07:00
book.toml Migrate check_correct_relative_links_in_print_page to BookTest 2025-04-22 20:50:20 -07:00