Skip to content

Commit

Permalink
chore: adapt link validator for Scala 2.13.8 (akka#31310)
Browse files Browse the repository at this point in the history
  • Loading branch information
ennru authored Apr 5, 2022
1 parent 5d1bea1 commit f826154
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions scripts/link-validator.conf
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ site-link-validator {
"https://javadoc.io/static/"
# GitHub will block with "429 Too Many Requests"
"https://github.com/"
"https://www.scala-lang.org/api/2.13.7/scala/runtime/AbstractFunction1.html"
"https://www.scala-lang.org/api/2.13.7/scala/runtime/AbstractFunction2.html"
"https://www.scala-lang.org/api/2.13.7/scala/runtime/AbstractFunction3.html"
"https://www.scala-lang.org/api/2.13.7/scala/runtime/AbstractPartialFunction.html"
"https://www.scala-lang.org/api/2.13.8/scala/runtime/AbstractFunction1.html"
"https://www.scala-lang.org/api/2.13.8/scala/runtime/AbstractFunction2.html"
"https://www.scala-lang.org/api/2.13.8/scala/runtime/AbstractFunction3.html"
"https://www.scala-lang.org/api/2.13.8/scala/runtime/AbstractPartialFunction.html"
]

non-https-whitelist = [
Expand Down

0 comments on commit f826154

Please sign in to comment.