Michael-F-Bryan / mdbook-linkcheck

A backend for `mdbook` which will check your links for you.

Home Page:https://michael-f-bryan.github.io/mdbook-linkcheck/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

guiguan opened this issue · comments

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?

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