We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68731de commit 2802f54Copy full SHA for 2802f54
script/check-english-links.js
@@ -21,6 +21,8 @@ const retryStatusCodes = [429, 503, 'Invalid']
21
// This script runs once per day via a scheduled GitHub Action to check all links in
22
// English content, not including deprecated Enterprise Server content. It opens an issue
23
// if it finds broken links. To exclude a link path, add it to `lib/excluded-links.js`.
24
+// Note that linkinator somtimes returns 429 and 503 errors for links that are not actually
25
+// broken, so this script double-checks those using `got`.
26
//
27
// [end-readme]
28
0 commit comments