diff --git a/.github/workflows/markdown-link-check.json b/.github/workflows/markdown-link-check.json index 2266b9e..bb8a2d6 100644 --- a/.github/workflows/markdown-link-check.json +++ b/.github/workflows/markdown-link-check.json @@ -1,7 +1,7 @@ { "ignorePatterns": [ { - "pattern": "^http://example.net" + "pattern": "^https://leetcode.com/" } ], "aliveStatusCodes": [429, 200]