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

Commit 8526257

Browse files
committed
ignore invalid link from about bios
1 parent 90a1692 commit 8526257

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

gulpfile.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -793,7 +793,9 @@ gulp.task('link-checker', function(done) {
793793
'resources/%7B%7Bresource.url%7D%7D',
794794
// API docs have links directly into GitHub repo sources; these can
795795
// quickly become invalid, so ignore them for now:
796-
'*/angular/tree/*'
796+
'*/angular/tree/*',
797+
// harp.json "bios" for "Ryan Schmukler", URL isn't valid:
798+
'http://slingingcode.com'
797799
];
798800
var blcOptions = { requestMethod: method, excludedKeywords: exclude};
799801
return linkChecker({ blcOptions: blcOptions });

0 commit comments

Comments
 (0)