lihaoyi/Scalatex

Lnk: Follow redirects when validating

Opened this issue · 0 comments

If a link's status code is a redirect, it is not considered broken by Scalatex. However, that redirect's destination may result in a 404, and thus a broken link. Scalatex should follow redirects before deciding if a link is broken or not. Additionally, it might consider emitting a warning when it does encounter a redirect.

This was observed by the presents of broken links in lihaoyi/hands-on-scala-js#44