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-connectors.git
The following commit(s) were added to refs/heads/main by this push:
new f09827b35 ignore datastax link issues (#711)
f09827b35 is described below
commit f09827b35c505ea6fd18e644ae23245f32d05d0f
Author: PJ Fanning <[email protected]>
AuthorDate: Tue Jul 2 01:07:53 2024 +0100
ignore datastax link issues (#711)
---
scripts/link-validator.conf | 2 ++
1 file changed, 2 insertions(+)
diff --git a/scripts/link-validator.conf b/scripts/link-validator.conf
index eb64306c5..387cb45c1 100644
--- a/scripts/link-validator.conf
+++ b/scripts/link-validator.conf
@@ -28,6 +28,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 datastax.com work in practice but fail with link validator
+ "https://docs.datastax.com/"
# MVN repository forbids access after a few requests
"https://mvnrepository.com/artifact/"
# Errors in Scaladoc from Google Common header `X-Upload-Content-Type`
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]