Skip to content

Commit aa23adc

Browse files
authored
Merge pull request #9 from adamgreen/ignorePrintHtml
Fix image links in Discovery book
2 parents c4c7306 + bb36fd6 commit aa23adc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ci/script.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ main() {
4949
rm -rf $tmpdir
5050

5151
# check links
52-
linkchecker doc
52+
# mdbook doesn't handle relative links correctly in print.html so skip it.
53+
linkchecker --ignore-url "discovery/print.html" doc
5354
}
5455

5556
main

0 commit comments

Comments
 (0)