Skip to content

Commit 1b818ed

Browse files
authored
Updates link check configuration (#207)
Refines the link check configuration to improve reliability and accuracy. Removes retry logic and adds 429 to the list of accepted status codes.
1 parent f2194dc commit 1b818ed

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/markdown-link-check-config.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,5 @@
2121
"description": "Avoids 403s from GitHub docs"
2222
}
2323
],
24-
"retryOn429": true,
25-
"retryCount": 3,
26-
"fallbackRetryDelay": "3s"
24+
"aliveStatusCodes": [429, 200]
2725
}

0 commit comments

Comments
 (0)