From c1734fc5e4c579caec0cdd45c39cc56e83d8d6ea Mon Sep 17 00:00:00 2001 From: Sander Jans Date: Fri, 29 Nov 2024 10:23:35 +0100 Subject: [PATCH] ci: 202 is Accepted for a non-dead link. --- .markdown-link-check.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.markdown-link-check.json b/.markdown-link-check.json index 12284d673f..6c95714801 100644 --- a/.markdown-link-check.json +++ b/.markdown-link-check.json @@ -6,5 +6,5 @@ ], "timeout": "5s", "retryOn429": true, - "aliveStatusCodes": [200, 206, 429] + "aliveStatusCodes": [200, 202, 206, 429] }