Skip to content

Commit e1be256

Browse files
committed
Update markdown link check config
1 parent d455294 commit e1be256

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

markdown-link-check-config.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,8 @@
66
{
77
"pattern": "https?://(?:(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?).){3}(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?):\\d*"
88
}
9-
]
9+
],
10+
"aliveStatusCodes": [200, 206],
11+
"retryCount": 3,
12+
"retryOn429": true
1013
}

0 commit comments

Comments
 (0)