Simple utility to traverse directory of html files and check links in them.

Gem Version Build Status Dependency Status

Getting started

Install the gem:

$ gem install utterson

Check you statically generated files:

$ utterson my-jekyll-blog/_site

Or some subdirectory

$ utterson --root my-jekyll-blog/_site my-jekyll-blog/_site/archives/2012

Why the name?

I developed this to help me checking links in my Jekyll powered blog and Mr. Utterson is the main character in the Strange Case of Dr Jekyll and Mr Hyde.

License

Released under the MIT License