Find all broken links from a starting url, traversing all subsequent links within the same domain.
Installation: cargo install broken-links
.
Check all links found at https://kdwarn.dev and all the links found on any pages within that domain linked to from that starting url, and then subsequent pages, and so on:
broken-links https://kdwarn.dev
Tell the program to not check a url (or multiple) urls. This is particularly useful if there are some auto-generated links, for instance in a calendar system with "back" and "forward" links. If you want to skip more than one, separate them with a comma. Be sure to use the full url (i.e. include https://):
broken-links https://kdwarn.dev -s https://kdwarn.dev/welcome/now,https://kdwarn.dev/nothing
See full help with broken-links --help
.