Skip to content

Commit

Permalink
Update markdown-link-check config
Browse files Browse the repository at this point in the history
  • Loading branch information
panichevoleg committed Jun 22, 2022
1 parent 7037868 commit bf90c07
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion mlc_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,13 @@
"ignorePatterns": [
{
"pattern": "^https://stackoverflow.com/tags/"
},
{
"pattern": "^https://guides.github.com/"
}
],
"aliveStatusCodes": [429, 200]
"aliveStatusCodes": [
429,
200
]
}

0 comments on commit bf90c07

Please sign in to comment.