Skip to content

Commit 2802f54

Browse files
sarahsDmarch28
authored andcommitted
add comment
1 parent 68731de commit 2802f54

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

script/check-english-links.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ const retryStatusCodes = [429, 503, 'Invalid']
2121
// This script runs once per day via a scheduled GitHub Action to check all links in
2222
// English content, not including deprecated Enterprise Server content. It opens an issue
2323
// 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`.
2426
//
2527
// [end-readme]
2628

0 commit comments

Comments
 (0)