Skip to content

Commit

Permalink
ignore datastax link issues
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning authored Jul 1, 2024
1 parent e8f3e96 commit 14eecf7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/link-validator.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 14eecf7

Please sign in to comment.