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-http.git
The following commit(s) were added to refs/heads/main by this push:
new c79c72108 Update link-validator.conf (#892)
c79c72108 is described below
commit c79c721082e50c4fd19e8cef92f62448c1851e6e
Author: PJ Fanning <[email protected]>
AuthorDate: Thu Dec 11 15:22:05 2025 +0100
Update link-validator.conf (#892)
---
scripts/link-validator.conf | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/scripts/link-validator.conf b/scripts/link-validator.conf
index c202cd210..37c26f1d1 100644
--- a/scripts/link-validator.conf
+++ b/scripts/link-validator.conf
@@ -60,9 +60,9 @@ site-link-validator {
# apparent cert issue failing the build
"https://www.reactivemanifesto.org"
# Problematic link generated by scaladoc
-
"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.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"
# 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"
# Occasionally returns a 500 Internal Server Error
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]