We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cafb547 commit a88eba9Copy full SHA for a88eba9
scripts/link-validator.conf
@@ -67,6 +67,8 @@ site-link-validator {
67
"https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/nio/file/StandardOpenOption$.html"
68
# Occasionally returns a 500 Internal Server Error
69
"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/"
72
# sample endpoint
73
"http://localhost:8080"
74
]
0 commit comments