run linkchecker on webserver

This commit is contained in:
Jorge Aparicio
2018-08-10 00:30:42 -05:00
parent 9d8cb8238b
commit bb6db519c3
4 changed files with 7 additions and 4 deletions

View File

@@ -3,7 +3,10 @@ set -euxo pipefail
main() {
mdbook build
linkchecker book
mdbook serve &
sleep 1
linkchecker http://localhost:3000
kill $!
}
main

View File

@@ -96,7 +96,7 @@ $ # ^^^^
If `uucp` appears in the output. You are all set! Go to the [next section]. Otherwise, keep reading:
[next section]: ../verify.html
[next section]: intro/install/verify.html
- Add yourself to the `uucp` group.

View File

@@ -26,4 +26,4 @@ Caskroom/tap` first and try again.
That's all! Go to the [next section].
[next section]: ../verify.html
[next section]: intro/install/verify.html

View File

@@ -59,4 +59,4 @@ instructions and make sure you install the right (32-bit or 64-bit) version of t
That's all! Go to the [next section].
[next section]: ../verify.html
[next section]: intro/install/verify.html