Michael-F-Bryan / mdbook-linkcheck

A backend for `mdbook` which will check your links for you.
https://michael-f-bryan.github.io/mdbook-linkcheck/
MIT License
144 stars 29 forks source link

Update mdbook #6

Closed Michael-F-Bryan closed 6 years ago

Michael-F-Bryan commented 6 years ago

This is a continuation of #5. As well as updating the mdbook version, it uses the mdbook::MDBOOK_VERSION constant to do proper semver version checks (previously we used a hard-coded version number).

I'm also updating reqwest seeing as 0.8 won't compile when you're using the latest version of OpenSSL.