From cb370f4ce48d9c214fe2bae3511031d19c6539a1 Mon Sep 17 00:00:00 2001 From: Shyam Jesal Date: Thu, 27 Jul 2023 16:43:58 +0100 Subject: [PATCH] fix link-check ignore twitter as it is auth-walled now. fix headers for intel url Signed-off-by: Shyam Jesal --- .github/configs/linkcheck.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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" }