Skip to content

Commit a88eba9

Browse files
authored
issues with stackoverflow links in CI runs (#680)
1 parent cafb547 commit a88eba9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/link-validator.conf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ site-link-validator {
6767
"https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/nio/file/StandardOpenOption$.html"
6868
# Occasionally returns a 500 Internal Server Error
6969
"http://code.google.com/"
70+
# stackoverflow.com seem to have blocked our CI - links work normally but fail in our CI jobs
71+
"https://stackoverflow.com/"
7072
# sample endpoint
7173
"http://localhost:8080"
7274
]

0 commit comments

Comments
 (0)