From 1f0db11714836231cca06e383a4a623b47a2f5f9 Mon Sep 17 00:00:00 2001 From: Enno Runne <458526+ennru@users.noreply.github.com> Date: Wed, 28 Jun 2023 10:32:07 +0200 Subject: [PATCH] adapt link validator --- 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 c62671618..ffb4e3f08 100644 --- a/scripts/link-validator.conf +++ b/scripts/link-validator.conf @@ -20,7 +20,7 @@ site-link-validator { ignore-prefixes = [ # runtime is NOT part of the published Scaladoc - "https://www.scala-lang.org/api/2.13.10/scala/runtime/AbstractFunction2.html" + "https://www.scala-lang.org/api/2.13.11/scala/runtime/AbstractFunction2.html" # GitHub will block with "429 Too Many Requests" "https://github.com/" # MVN repository forbids access after a few requests