diff --git a/.github/scripts/markdown_link_check_config.json b/.github/scripts/markdown_link_check_config.json index 42c636dbfc..cba751cb41 100644 --- a/.github/scripts/markdown_link_check_config.json +++ b/.github/scripts/markdown_link_check_config.json @@ -5,6 +5,9 @@ }, { "pattern": "^https://mvnrepository\\.com/artifact/io\\.opentelemetry$" + }, + { + "pattern": "^http://code\\.google\\.com/p/concurrentlinkedhashmap$" } ], "retryOn429": true