diff --git a/.github/linters/markdown-link-check.json b/.github/linters/markdown-link-check.json index 67bd0974f2..9e2a95efc3 100644 --- a/.github/linters/markdown-link-check.json +++ b/.github/linters/markdown-link-check.json @@ -3,6 +3,9 @@ { "pattern": "^https?://github\\.com/" }, + { + "pattern": "^https?://docs\\.github\\.com/" + }, { "pattern": "^https?://reddit\\.com/" }