Skip to content

Commit acbb2fb

Browse files
authored
Adding markdown link check config to reduce github false positives (#25)
1 parent 9713799 commit acbb2fb

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"retryOn429": true,
3+
"retryCount": 5,
4+
"fallbackRetryDelay": "30s",
5+
"aliveStatusCodes": [200, 206],
6+
"httpHeaders": [
7+
{
8+
"urls": ["https://github.com/", "https://guides.github.com/", "https://help.github.com/", "https://docs.github.com/"],
9+
"headers": {
10+
"Accept-Encoding": "zstd, br, gzip, deflate"
11+
}
12+
}
13+
]
14+
}

0 commit comments

Comments
 (0)