From 2b09c47ff60b2d1ca05c8cf689527c332b32a5f7 Mon Sep 17 00:00:00 2001 From: Manu Zhang Date: Tue, 28 May 2024 14:25:56 +0800 Subject: [PATCH] Update link-checker-config.json --- site/link-checker-config.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/site/link-checker-config.json b/site/link-checker-config.json index fa0ee394463d..603a5cd95958 100644 --- a/site/link-checker-config.json +++ b/site/link-checker-config.json @@ -1,4 +1,12 @@ { + "ignorePatterns": [ + { + "pattern": "^https://www.linkedin.com/" + }, + { + "pattern": "^../../javadoc" + } + ], "replacementPatterns": [ { "pattern": "^docs/latest/",