This is an automated email from the ASF dual-hosted git repository.

fanningpj pushed a commit to branch pjfanning-patch-1
in repository https://gitbox.apache.org/repos/asf/pekko-projection.git

commit 14eecf759483f00df9e0b4c0349513d1ed9b3123
Author: PJ Fanning <[email protected]>
AuthorDate: Mon Jul 1 13:18:54 2024 +0100

    ignore datastax link issues
---
 scripts/link-validator.conf | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/scripts/link-validator.conf b/scripts/link-validator.conf
index 1aa560b..48018c9 100644
--- a/scripts/link-validator.conf
+++ b/scripts/link-validator.conf
@@ -51,7 +51,9 @@ site-link-validator {
     # Fails after a number of requests with "403 Forbidden"
     "https://javadoc.io/static/";
     # GitHub will block with "429 Too Many Requests"
-    "https://github.com/";,
+    "https://github.com/";
+    # Links to datastax.com work in practice but fail with link validator
+    "https://docs.datastax.com/";
     # license report
     "http://stephenc.github.com/jcip-annotations";
     "http://fi.java.net";


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to