This is an automated email from the ASF dual-hosted git repository. fanningpj pushed a commit to branch pjfanning-patch-3 in repository https://gitbox.apache.org/repos/asf/pekko.git
commit 59eeed7b43cacee0b4e174f50c6174d64dff386b Author: PJ Fanning <[email protected]> AuthorDate: Sat Nov 15 12:59:46 2025 +0100 Fix formatting of a URL in link-validator.conf --- 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]
