mdbook renderer tries to invoke linkcheck renderer

While running `mdbook build` or `mdbook serve` I could see the following log lines:
Running the linkcheck backend
Invoking the "linkcheck" renderer
The command wasn't found, is the "linkcheck" backend installed?
Command: mdbook-linkcheck
This commit is contained in:
Srikanth Suresh 2020-03-23 22:59:59 +03:00 committed by Taiki Endo
parent 6d00be56a9
commit c2528476a7
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ The async book is built with [`mdbook`], you can install it using cargo.
```
cargo install mdbook
cargo install mdbook-linkcheck
```
[`mdbook`]: https://github.com/rust-lang/mdBook