This is an automated email from the ASF dual-hosted git repository.
fanningpj pushed a commit to branch main
in repository
https://gitbox.apache.org/repos/asf/pekko-persistence-cassandra.git
The following commit(s) were added to refs/heads/main by this push:
new 2891593 ignore datastax link issues (#210)
2891593 is described below
commit 2891593af754412eeb72382561dcb422cdb59dbd
Author: PJ Fanning <[email protected]>
AuthorDate: Mon Jul 1 13:46:03 2024 +0100
ignore datastax link issues (#210)
---
scripts/link-validator.conf | 2 ++
1 file changed, 2 insertions(+)
diff --git a/scripts/link-validator.conf b/scripts/link-validator.conf
index 2fbd3ff..242ac26 100644
--- a/scripts/link-validator.conf
+++ b/scripts/link-validator.conf
@@ -43,6 +43,8 @@ site-link-validator {
"https://javadoc.io/static/"
# GitHub will block with "429 Too Many Requests"
"https://github.com/"
+ # Links to datastax.com work in practice but fail with link validator
+ "https://docs.datastax.com/"
]
non-https-whitelist = [
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]