diff --git a/scripts/link-validator.conf b/scripts/link-validator.conf index 839a57be0..1a8ced63e 100644 --- a/scripts/link-validator.conf +++ b/scripts/link-validator.conf @@ -33,6 +33,8 @@ site-link-validator { "https://scala-slick.org/doc/3.3.3/api/" # GitHub will block with "429 Too Many Requests" "https://github.com/" + # Links to azure.microsoft.com work in practice but fail with link validator + "https://azure.microsoft.com/en-us/products/storage/queues/" # Links to datastax.com work in practice but fail with link validator "https://docs.datastax.com/" # MVN repository forbids access after a few requests @@ -40,7 +42,9 @@ site-link-validator { # Errors in Scaladoc from Google Common header `X-Upload-Content-Type` "https://doc.akka.io/api/akka-http/10.2.9/akka/http/impl/util/" # Invalid links generated in Google Common Connector scaladoc - "https://pekko.apache.org/api/pekko-http/1.1.0/org/apache/pekko/http/impl/util/" + "https://pekko.apache.org/api/pekko-http/" + # Invalid links generated in Google Pubsub Connector scaladoc + "https://pekko.apache.org/api/pekko-grpc/" ] non-https-whitelist = [