This is an automated email from the ASF dual-hosted git repository.

fanningpj pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko.git


The following commit(s) were added to refs/heads/main by this push:
     new 6f78bdb408 Update Scala and Java API URLs in link validator (#2488)
6f78bdb408 is described below

commit 6f78bdb40829494f32c72722665a9db70dcaddd7
Author: PJ Fanning <[email protected]>
AuthorDate: Wed Nov 12 23:15:16 2025 +0100

    Update Scala and Java API URLs in link validator (#2488)
---
 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]

Reply via email to