From 4289553232efbfb486071cfb3644a04ba01cdee1 Mon Sep 17 00:00:00 2001 From: Carter Anderson Date: Mon, 29 Nov 2021 12:46:53 -0800 Subject: [PATCH] Update markdown-link-check.json --- .github/linters/markdown-link-check.json | 3 +++ 1 file changed, 3 insertions(+) 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": [],