From bcf1c27eb352e5d3772d76f0b46d7af11cdd39ae Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Thu, 3 Oct 2024 01:01:45 +0100 Subject: [PATCH] Update link-validator.conf --- 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 87114705187..0fa03dc396c 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.14/scala/runtime/AbstractFunction1.html" - "https://www.scala-lang.org/api/2.13.14/scala/runtime/AbstractFunction2.html" - "https://www.scala-lang.org/api/2.13.14/scala/runtime/AbstractFunction3.html" - "https://www.scala-lang.org/api/2.13.14/scala/runtime/AbstractPartialFunction.html" + "https://www.scala-lang.org/api/2.13.15/scala/runtime/AbstractFunction1.html" + "https://www.scala-lang.org/api/2.13.15/scala/runtime/AbstractFunction2.html" + "https://www.scala-lang.org/api/2.13.15/scala/runtime/AbstractFunction3.html" + "https://www.scala-lang.org/api/2.13.15/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" ]