mirror of
https://github.com/nkbai/book.git
synced 2026-08-19 09:33:29 +08:00
fix links for real
This commit is contained in:
@@ -3,10 +3,7 @@ set -euxo pipefail
|
||||
main() {
|
||||
mdbook build
|
||||
|
||||
mdbook serve &
|
||||
sleep 1
|
||||
linkchecker http://localhost:3000
|
||||
kill $!
|
||||
linkchecker book
|
||||
}
|
||||
|
||||
main
|
||||
|
||||
@@ -89,6 +89,6 @@ $ cargo install itm --vers 0.2.1
|
||||
|
||||
Now follow the instructions specific to the OS you are using:
|
||||
|
||||
- [Linux](intro/install/linux.html)
|
||||
- [Windows](intro/install/windows.html)
|
||||
- [macOS](intro/install/macos.html)
|
||||
- [Linux](/intro/install/linux.html)
|
||||
- [Windows](/intro/install/windows.html)
|
||||
- [macOS](/intro/install/macos.html)
|
||||
|
||||
@@ -96,7 +96,7 @@ $ # ^^^^
|
||||
|
||||
If `uucp` appears in the output. You are all set! Go to the [next section]. Otherwise, keep reading:
|
||||
|
||||
[next section]: intro/install/verify.html
|
||||
[next section]: /intro/install/verify.html
|
||||
|
||||
- Add yourself to the `uucp` group.
|
||||
|
||||
|
||||
@@ -26,4 +26,4 @@ Caskroom/tap` first and try again.
|
||||
|
||||
That's all! Go to the [next section].
|
||||
|
||||
[next section]: intro/install/verify.html
|
||||
[next section]: /intro/install/verify.html
|
||||
|
||||
@@ -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]: intro/install/verify.html
|
||||
[next section]: /intro/install/verify.html
|
||||
|
||||
Reference in New Issue
Block a user