Skip to content

Commit 1a8a7d7

Browse files
committed
Ignore all print.html files from linkchecker
Previously I was just ignoring the print.html for the discovery book since it was the only bookshelf documentation that was failing link checks in print.html but the embedded Rust book is failing too now after rust-embedded/book@cf66108 and rust-embedded/book@e310669
1 parent aa23adc commit 1a8a7d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/script.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ main() {
4949
rm -rf $tmpdir
5050

5151
# check links
52-
# mdbook doesn't handle relative links correctly in print.html so skip it.
53-
linkchecker --ignore-url "discovery/print.html" doc
52+
# FIXME(rust-lang-nursery/mdbook#789) remove `--ignore-url` when that bug is fixed
53+
linkchecker --ignore-url "print.html" doc
5454
}
5555

5656
main

0 commit comments

Comments
 (0)