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

follow-web-links = true doesn't follow url redirection #39

Closed guiguan closed 4 years ago

guiguan commented 4 years ago

I have a url which has a redirection and leads to 404 in the end, but the linkcheck thought that link was okay. So probably the check doesn't follow url redirection like curl -I?

guiguan commented 4 years ago

oh, it might be a cache problem. After I cleanup the book output, and retry, it works.