diff --git a/.github/configs/linkcheck.json b/.github/configs/linkcheck.json index 1377a33c1..879e25216 100644 --- a/.github/configs/linkcheck.json +++ b/.github/configs/linkcheck.json @@ -8,6 +8,9 @@ }, { "pattern": "^https://opensource.org*" + }, + { + "pattern": "^https://twitter.com/" } ], "replacementPatterns": [ @@ -18,7 +21,7 @@ ], "httpHeaders": [ { - "urls": ["https://docs.github.com/"], + "urls": ["https://docs.github.com/", "https://www.intel.com/content/www/us/en/develop/documentation/vtune-cookbook/top/methodologies/top-down-microarchitecture-analysis-method.html"], "headers": { "Accept-Encoding": "zstd, br, gzip, deflate" }