Closed guiguan closed 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?
curl -I
oh, it might be a cache problem. After I cleanup the book output, and retry, it works.
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
?