This is an automated email from the ASF dual-hosted git repository. fanningpj pushed a commit to branch pjfanning-patch-1 in repository https://gitbox.apache.org/repos/asf/pekko-http.git
commit c97076c646f1271fe95ae198b0f82b539337fdf8 Author: PJ Fanning <[email protected]> AuthorDate: Fri May 16 10:44:13 2025 +0100 issues with stackoverflow links in CI runs --- scripts/link-validator.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/link-validator.conf b/scripts/link-validator.conf index 35e273875..c84df9f2e 100644 --- a/scripts/link-validator.conf +++ b/scripts/link-validator.conf @@ -67,6 +67,8 @@ site-link-validator { "https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/nio/file/StandardOpenOption$.html" # Occasionally returns a 500 Internal Server Error "http://code.google.com/" + # stackoverflow.com seem to have blocked our CI - links work normally but fail in our CI jobs + "https://stackoverflow.com/" # sample endpoint "http://localhost:8080" ] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
