From f004b57781b5863043f934d624cafda0ecbe7989 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 url as it is auth-walled now. ignore intel url as it returns 403 Signed-off-by: Shyam Jesal --- .github/configs/linkcheck.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/configs/linkcheck.json b/.github/configs/linkcheck.json index 1377a33c..f5d559ba 100644 --- a/.github/configs/linkcheck.json +++ b/.github/configs/linkcheck.json @@ -8,6 +8,12 @@ }, { "pattern": "^https://opensource.org*" + }, + { + "pattern": "^https://twitter.com/" + }, + { + "pattern": "^https://www.intel.com/content/www/us/en/develop/documentation/vtune-cookbook/top/methodologies/top-down-microarchitecture-analysis-method.html" } ], "replacementPatterns": [