Files
go-libp2p/.github/workflows/markdown-links-config.json
T
Sahib Yar fa153c58dd docs: Add a Github workflow for checking dead links (#2406)
Co-authored-by: Sahib Yar <sahib.yar@securiti.ai>
Co-authored-by: Marco Munizaga <marco@marcopolo.io>
2023-07-06 14:02:13 -07:00

22 lines
362 B
JSON

{
"ignorePatterns": [
{
"pattern": "^http://localhost"
},
{
"pattern": "^https://twitter.com/"
},
{
"pattern": "^https://opensource.org/"
}
],
"aliveStatusCodes": [200],
"httpHeaders": [
{
"urls": ["https://docs.github.com/"],
"headers": {
"Accept-Encoding": "*"
}
}
]
}