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.
1 parent 103e146 commit b778f53Copy full SHA for b778f53
ci/script.sh
@@ -4,15 +4,13 @@ main() {
4
mdbook build
5
mdbook test
6
7
- # FIXME(rust-lang/mdbook#789) remove `--ignore-url` when that bug is fixed
8
- linkchecker --ignore-url "print.html" book
+ linkchecker book
9
10
# now check this as a directory of the bookshelf
11
rm -rf shelf
12
mkdir shelf
13
mv book shelf
14
15
- linkchecker --ignore-url "print.html" shelf
+ linkchecker shelf
16
17
mv shelf/book .
18
rmdir shelf
0 commit comments