I was trying out my mdbook-linkcheck backend/plugin for mdbook with the Rust By Example book and it actually worked :tada: It found a couple links where the user had accidentally linked to *.md instead of *.html, as well as one where it seems the page was moved.
The tool's output:
There were 4 broken links
cargo/test.md#4: "meta/test.html" doesn't exist
macros/syntax.md#6: Found "macros/designators.md", did you mean "macros/designators.html"?
macros/syntax.md#7: Found "macros/overload.md", did you mean "macros/overload.html"?
macros/syntax.md#8: Found "macros/repeat.md", did you mean "macros/repeat.html"?
I was trying out my mdbook-linkcheck backend/plugin for
mdbook
with the Rust By Example book and it actually worked :tada: It found a couple links where the user had accidentally linked to*.md
instead of*.html
, as well as one where it seems the page was moved.The tool's output: