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 1e1bc3ab73 Fix formatting of a URL in link-validator.conf (#2496)
1e1bc3ab73 is described below
commit 1e1bc3ab73c82c057ddc69e7571613d6584618ff
Author: PJ Fanning <[email protected]>
AuthorDate: Sat Nov 15 13:30:03 2025 +0100
Fix formatting of a URL in link-validator.conf (#2496)
---
scripts/link-validator.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/link-validator.conf b/scripts/link-validator.conf
index e08d1316a8..8d57814e7b 100644
--- a/scripts/link-validator.conf
+++ b/scripts/link-validator.conf
@@ -56,7 +56,7 @@ site-link-validator {
"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/17/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]