From 35df71a4c94b21c402a28f18f9c3c12be3680a78 Mon Sep 17 00:00:00 2001 From: Trask Stalnaker Date: Thu, 12 Dec 2024 10:58:48 -0800 Subject: [PATCH] Ignore sporadically failing link --- .markdown_link_check_config.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.markdown_link_check_config.json b/.markdown_link_check_config.json index e85f6c0b20..980cc95414 100644 --- a/.markdown_link_check_config.json +++ b/.markdown_link_check_config.json @@ -6,6 +6,9 @@ { "pattern": "^https://github\\.com/open-telemetry/semantic-conventions/(issues|pull|actions)" }, + { + "pattern": "^https://blogs.oracle.com/linux/post/understanding-linux-kernel-memory-statistics$" + }, { "pattern": "^#" }