What's Changed
-
lychee now has a new task output, which allows to track which links got fixed more easily.
It looks like this:[test.html]:
- [404] https://en.wikipedia.org/wiki/foo | Network error: Not Found
- [404] https://en.wikipedia.org/wiki/bar | Network error: Not Found
- [ERROR] https://example.com/baz | Network error: error sending request for url (https://example.com/baz) Maybe a certificate error?
Each broken link has a checkbox that can be ticked off once fixed. Credit goes to @Arteiii for the idea and the implementation.
See #274 for more information.
New Contributors
Full Changelog: v2...v2.4.0