Extend linkchecker with anchor checking
This adds checks to ensure that: * link anchors refer to existing id's on the target page * id's are unique within an html document * page redirects are valid
This commit is contained in:
parent
d0f74b6059
commit
6a76872d71
7 changed files with 217 additions and 64 deletions
|
@ -190,7 +190,7 @@
|
|||
//! [`thread`]: thread/index.html
|
||||
//! [`use std::env`]: env/index.html
|
||||
//! [`use`]: ../book/crates-and-modules.html#importing-modules-with-use
|
||||
//! [crate root]: ../book/crates-and-modules.html#basic-terminology:-crates-and-modules
|
||||
//! [crate root]: ../book/crates-and-modules.html#basic-terminology-crates-and-modules
|
||||
//! [crates.io]: https://crates.io
|
||||
//! [deref coercions]: ../book/deref-coercions.html
|
||||
//! [files]: fs/struct.File.html
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue