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