This is an automated email from the ASF dual-hosted git repository. fanningpj pushed a commit to branch pjfanning-patch-2 in repository https://gitbox.apache.org/repos/asf/pekko.git
commit 4d2402080c186e745a074dfcb169c89b9eeaae1c Author: PJ Fanning <[email protected]> AuthorDate: Wed Nov 12 21:35:52 2025 +0100 Update Scala and Java API URLs in link validator --- scripts/link-validator.conf | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/scripts/link-validator.conf b/scripts/link-validator.conf index ab91096536..e08d1316a8 100644 --- a/scripts/link-validator.conf +++ b/scripts/link-validator.conf @@ -51,12 +51,12 @@ site-link-validator { ignore-prefixes = [ ## GitHub will block with "429 Too Many Requests" "https://github.com/" - "https://www.scala-lang.org/api/2.13.16/scala/runtime/AbstractFunction1.html" - "https://www.scala-lang.org/api/2.13.16/scala/runtime/AbstractFunction2.html" - "https://www.scala-lang.org/api/2.13.16/scala/runtime/AbstractFunction3.html" - "https://www.scala-lang.org/api/2.13.16/scala/runtime/AbstractPartialFunction.html" + "https://www.scala-lang.org/api/2.13.17/scala/runtime/AbstractFunction1.html" + "https://www.scala-lang.org/api/2.13.17/scala/runtime/AbstractFunction2.html" + "https://www.scala-lang.org/api/2.13.17/scala/runtime/AbstractFunction3.html" + "https://www.scala-lang.org/api/2.13.17/scala/runtime/AbstractPartialFunction.html" ## Bug, see https://github.com/scala/bug/issues/12807 and https://github.com/lampepfl/dotty/issues/17973 - "https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/nio/file/StandardOpenOption$.html" + "https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/nio/file/StandardOpenOption$.html " ] non-https-whitelist = [ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
