diff --git a/lychee.toml b/lychee.toml index d72bfad39b6c..4b2f62aa6a99 100644 --- a/lychee.toml +++ b/lychee.toml @@ -114,7 +114,7 @@ exclude = [ '.github/workflows/.*.yml', # GitHub action workflows cause issues on CI. 'https://9p.io/sys/doc/lexnames.html', # Works locally but on CI we get: `Failed: Network error: error:0A000152:SSL routines:final_renegotiate:unsafe legacy renegotiation disabled:ssl/statem/extensions.c:946:` 'https://pixabay.com/photos/brother-sister-girl-family-boy-977170/', # Gives 403 forbidden on CI. - 'https://stackoverflow.com/.', # Stackoverflow links are no longer accessible from CI. + 'https://stackoverflow.com/', # Stackoverflow links are no longer accessible from CI. 'https://vimeo.com/', # Gives 403 forbidden on CI. 'https://www.reddit.com/', # Gives 403 forbidden on CI. 'https://www.tensorflow.org/', # tensorflow.org apparently blocks CI.