bin/check-links in link-checker-0.1.2 vs bin/check-links in link-checker-0.2.0
- old
+ new
@@ -1,8 +1,8 @@
#!/usr/bin/env ruby
require 'link_checker'
# Assume the 'public' directory is the site unless otherwise specified.
-site_path = ARGV[0] || 'public'
+site_path = ARGV[0] || './'
LinkChecker.new(site_path).check_links
\ No newline at end of file