ci: verify that all docs links work (#4710)

This commit is contained in:
Ammar Bandukwala
2022-10-23 17:09:58 -05:00
committed by GitHub
parent 05f38d6fe9
commit c9bf2a9099
9 changed files with 34 additions and 11 deletions
+16
View File
@@ -0,0 +1,16 @@
{
"ignorePatterns": [
{
"pattern": ":\/\/localhost"
},
{
"pattern": ":\/\/.*.?example\\.com"
},
{
"pattern": "developer.github.com"
},
{
"pattern": "tailscale.com"
}
]
}