We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 62f26ba + 429a7ef commit 8bb0d86Copy full SHA for 8bb0d86
tests/linkcheck.sh
@@ -11,8 +11,10 @@ fi
11
rm -rf tests/linkcheck tests/linkchecker
12
13
mkdir tests/linkchecker
14
-curl -o tests/linkchecker/Cargo.toml https://raw.githubusercontent.com/rust-lang/rust/master/src/tools/linkchecker/Cargo.toml
15
-curl -o tests/linkchecker/main.rs https://raw.githubusercontent.com/rust-lang/rust/master/src/tools/linkchecker/main.rs
+curl -o tests/linkchecker/Cargo.toml \
+ https://raw.githubusercontent.com/rust-lang/rust/master/src/tools/linkchecker/Cargo.toml
16
+curl -o tests/linkchecker/main.rs \
17
+ https://raw.githubusercontent.com/rust-lang/rust/master/src/tools/linkchecker/main.rs
18
19
mdbook build
20
0 commit comments