rust-cookbook icon indicating copy to clipboard operation
rust-cookbook copied to clipboard

Use mdbook-linkcheck

Open pickfire opened this issue 5 years ago • 5 comments
trafficstars

https://lib.rs/crates/mdbook-linkcheck

It seemed better integrated with mdbook and uses the existing flow, mdbook build.

pickfire avatar Feb 22 '20 03:02 pickfire

Note that this will also require updating mdbook to at least version 0.3.0.

KappaDistributive avatar May 30 '20 18:05 KappaDistributive

I wonder if there is still a maintainer for rust cookbook.

pickfire avatar May 31 '20 07:05 pickfire

@AndyGauge is still around -- don't worry.

As it is the nature with these side projects, attention/activity will fluctuate.

KappaDistributive avatar May 31 '20 08:05 KappaDistributive

I won't rewrite the build scripts to use a different link checker, but will accept a PR that correctly moves to a rust solution.

AndyGauge avatar May 31 '20 15:05 AndyGauge

I tried doing this but looks like the link checker implementation is quite different and there are some stuff that is not valid (I also found broken links at https://rust-lang-nursery.github.io/rust-cookbook/web/clients.html). I got confused on what how the link works, the error is pointing to some random place.

pickfire avatar Jun 01 '20 16:06 pickfire