Skip to content

Commit f5ce0f7

Browse files
authored
Merge pull request #12 from adamgreen/ignoreAllPrintHtml
Ignore all print.html files from linkchecker
2 parents aa23adc + 1a8a7d7 commit f5ce0f7

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)