Skip to content

Commit 4d5d97d

Browse files
authored
Merge pull request #386 from per1234/fix-github-docs-link-check
Configure link check to use `Accept-Encoding` header for docs.github.com links
2 parents 34768f6 + 46abcba commit 4d5d97d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.markdown-link-check.json

+8
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
{
2+
"httpHeaders": [
3+
{
4+
"urls": ["https://docs.github.com/"],
5+
"headers": {
6+
"Accept-Encoding": "gzip, deflate, br"
7+
}
8+
}
9+
],
210
"retryOn429": true,
311
"retryCount": 3,
412
"aliveStatusCodes": [200, 206]

0 commit comments

Comments
 (0)