We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aa23adc + 1a8a7d7 commit f5ce0f7Copy full SHA for f5ce0f7
ci/script.sh
@@ -49,8 +49,8 @@ main() {
49
rm -rf $tmpdir
50
51
# check links
52
- # mdbook doesn't handle relative links correctly in print.html so skip it.
53
- linkchecker --ignore-url "discovery/print.html" doc
+ # FIXME(rust-lang-nursery/mdbook#789) remove `--ignore-url` when that bug is fixed
+ linkchecker --ignore-url "print.html" doc
54
}
55
56
main
0 commit comments