chore: adapt link validator for Scala 2.13.8 (#31310)
This commit is contained in:
parent
5d1bea12b4
commit
f826154182
1 changed files with 4 additions and 4 deletions
|
|
@ -46,10 +46,10 @@ site-link-validator {
|
||||||
"https://javadoc.io/static/"
|
"https://javadoc.io/static/"
|
||||||
# GitHub will block with "429 Too Many Requests"
|
# GitHub will block with "429 Too Many Requests"
|
||||||
"https://github.com/"
|
"https://github.com/"
|
||||||
"https://www.scala-lang.org/api/2.13.7/scala/runtime/AbstractFunction1.html"
|
"https://www.scala-lang.org/api/2.13.8/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.8/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.8/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/AbstractPartialFunction.html"
|
||||||
]
|
]
|
||||||
|
|
||||||
non-https-whitelist = [
|
non-https-whitelist = [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue