Added a note about how to use mdbook-linkcheck
This commit is contained in:
parent
a9a76280f4
commit
b6105db8dc
|
|
@ -25,3 +25,11 @@ for you to talk with someone who **does** know the code, or who wants
|
||||||
to pair with you and figure it out. Then you can work on writing up
|
to pair with you and figure it out. Then you can work on writing up
|
||||||
what you learned.
|
what you learned.
|
||||||
|
|
||||||
|
To help prevent accidentally introducing broken links, we use the
|
||||||
|
`mdbook-linkcheck`. If installed on your machine `mdbook` will automatically
|
||||||
|
invoke this link checker, otherwise it will emit a warning saying it couldn't
|
||||||
|
be found.
|
||||||
|
|
||||||
|
```
|
||||||
|
$ cargo install mdbook-linkcheck
|
||||||
|
```
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue