This is an automated email from the ASF dual-hosted git repository.
engelen 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 d5f7d35a4d Update Scala API links to version 2.13.18 (#2551)
d5f7d35a4d is described below
commit d5f7d35a4d259ae89bb2cd4985ab700e078bec66
Author: PJ Fanning <[email protected]>
AuthorDate: Sat Dec 6 10:13:39 2025 +0100
Update Scala API links to version 2.13.18 (#2551)
---
scripts/link-validator.conf | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/scripts/link-validator.conf b/scripts/link-validator.conf
index 8d57814e7b..2c990f0f47 100644
--- a/scripts/link-validator.conf
+++ b/scripts/link-validator.conf
@@ -51,10 +51,10 @@ site-link-validator {
ignore-prefixes = [
## GitHub will block with "429 Too Many Requests"
"https://github.com/"
-
"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"
+
"https://www.scala-lang.org/api/2.13.18/scala/runtime/AbstractFunction1.html"
+
"https://www.scala-lang.org/api/2.13.18/scala/runtime/AbstractFunction2.html"
+
"https://www.scala-lang.org/api/2.13.18/scala/runtime/AbstractFunction3.html"
+
"https://www.scala-lang.org/api/2.13.18/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/17/docs/api/java.base/java/nio/file/StandardOpenOption$.html"
]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]