Skip to content
This repository was archived by the owner on Nov 1, 2017. It is now read-only.

Commit 44e1239

Browse files
author
Hubot
committed
Sync changes from upstream repository
1 parent bf39a12 commit 44e1239

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ end
3636
desc "Run the HTML-Proofer"
3737
task :run_proofer do
3838
require 'html-proofer'
39-
ignored_links = [%r{www.w3.org}]
39+
ignored_links = [%r{www.w3.org}, /api\.github\.com/]
4040
# swap versionless Enterprise articles with versioned paths
4141
url_swap = {
4242
%r{help.github.com/enterprise/admin/} => "help.github.com/enterprise/#{config[:versions][0]}/admin/",

0 commit comments

Comments
 (0)