Skip to content

Commit aa3c3b2

Browse files
authoredMar 1, 2025··
do not link check dl.acm.org (403)
1 parent 9b80bcd commit aa3c3b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Rakefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ task :test do
88
:only_4xx => true,
99
:url_ignore => [
1010
"#",
11-
/^(https?\:\/\/)?doi.acm\.org\/.+$/,
11+
/^(https?\:\/\/)?(doi|dl).acm\.org\/.+$/,
1212
/^(https?\:\/\/)?(www\.)?youtube\.com\/.+$/,
1313
/^https?\:\/\/squeak\.org\/(4|5)0/,
1414
/^(https?\:\/\/)?(shop\.)?spreadshirt\.com\/.+$/,

0 commit comments

Comments
 (0)
Please sign in to comment.