You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying out my mdbook-linkcheck backend/plugin for mdbook with the Rust By Example book and it actually worked 🎉 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"?
The text was updated successfully, but these errors were encountered:
I was trying out my mdbook-linkcheck backend/plugin for
mdbook
with the Rust By Example book and it actually worked 🎉 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:
The text was updated successfully, but these errors were encountered: