Project

checklinks

0.0
No commit activity in last 3 years
No release in over a year
Find broken links in your static website
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 Project Readme

Checklinks

Checklinks finds broken or redirected links in a static webpage.

% gem install checklinks
% checklinks **.md

It uses code from awesome_bot, but the output is much more terse so it's easier to find which links are broken, and it also prints link locations which makes updating them easier.

Configuration

% checklinks --config .checklinks.yaml **.md
ignore:
  exact:
  - ...
  prefixes:
  - ...
  suffixes:
  - ...
  forbidden:
    exact:
    - ...
    prefixes:
    - ...
    suffixes:
    - ...
  redirect:
    exact:
    - ...
    prefixes:
    - ...
    suffixes:
    - ...

Author

Chris Seaton

License

Copyright © 2020 Chris Seaton. Available under the MIT license.