rust/src/tools/linkchecker
Steve Klabnik fc7bf8498b Enable linkchecker on books
Previously, mdBook used JavaScript to add header links, so we
skipped checking the book. As of
https://github.com/rust-lang/rust/pull/39966, it no longer does,
so we can start checking again.

There is a twist, though: it uses name instead of id, so let's test
for both. They're both valid links anyway, so it's good to have the
checker check anyway.
2017-02-20 11:17:53 -05:00
..
Cargo.toml rustbuild: Tweak for vendored dependencies 2016-11-08 07:32:05 -08:00
main.rs Enable linkchecker on books 2017-02-20 11:17:53 -05:00