301 redirects are good to keep old URLs working.
An option to validate 301 redirects and confirm the final URL is not a dead link would be beneficial, preventing the issuance of a warning.
Currently, a warning is thrown:
warning Unexpected redirecting URL `https://app.com/latest/`, expected final URL `https://app.com/v1.0.0/` no-dead-urls remark-lint
The only way to avoid the warning is to change the URL to https://app.com/v1.0.0/, but the URL is going to change after every new release, forcing the URL to be changed every time.
301 redirects are good to keep old URLs working.
An option to validate 301 redirects and confirm the final URL is not a dead link would be beneficial, preventing the issuance of a warning.
Currently, a warning is thrown:
The only way to avoid the warning is to change the URL to
https://app.com/v1.0.0/, but the URL is going to change after every new release, forcing the URL to be changed every time.