Skip to content

Commit

Permalink
adapt link validator
Browse files Browse the repository at this point in the history
  • Loading branch information
ennru committed Jun 28, 2023
1 parent e60371c commit 1f0db11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/link-validator.conf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ site-link-validator {

ignore-prefixes = [
# runtime is NOT part of the published Scaladoc
"https://www.scala-lang.org/api/2.13.10/scala/runtime/AbstractFunction2.html"
"https://www.scala-lang.org/api/2.13.11/scala/runtime/AbstractFunction2.html"
# GitHub will block with "429 Too Many Requests"
"https://github.com/"
# MVN repository forbids access after a few requests
Expand Down

0 comments on commit 1f0db11

Please sign in to comment.