We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f0447c commit 7dd247eCopy full SHA for 7dd247e
script/html-proofer
@@ -4,7 +4,7 @@ require "bundler/setup"
4
require "html-proofer"
5
6
url_ignores = [
7
- 'https://github.com/github/opensource.guide',
+ %r{^https://github.com/github/opensource.guide},
8
'https://karissa.github.io/post/okf-de',
9
'https://this-week-in-rust.org/',
10
'https://www.vagrantup.com/'
0 commit comments