diff --git a/.github/linters/markdown-link-check.json b/.github/linters/markdown-link-check.json index 49378a36ce651..67bd0974f2efa 100644 --- a/.github/linters/markdown-link-check.json +++ b/.github/linters/markdown-link-check.json @@ -2,6 +2,9 @@ "ignorePatterns": [ { "pattern": "^https?://github\\.com/" + }, + { + "pattern": "^https?://reddit\\.com/" } ], "replacementPatterns": [],