Skip to content
This repository has been archived by the owner on Dec 14, 2018. It is now read-only.

Commit

Permalink
Fix HTMLProofer url_ignore array
Browse files Browse the repository at this point in the history
  • Loading branch information
razor-x committed May 25, 2016
1 parent 8f09b73 commit cca3a1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ task build: :clean do
check_html: true,
check_favicon: true,
assume_extension: true,
url_ignore: [%r{^#{config['url']}/} => '/'],
url_ignore: [%r{^#{config['url']}/}],
url_swap: { %r{^#{config['baseurl']}/} => '/' }
).run
end
Expand Down

0 comments on commit cca3a1e

Please sign in to comment.