Skip to content

Commit fd886d6

Browse files
committed
markdownlinkcheck: Ignore AKS URL
Signed-off-by: Stefan Büringer [email protected]
1 parent 233ee68 commit fd886d6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.markdownlinkcheck.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
{
22
"ignorePatterns": [{
33
"pattern": "^http://localhost"
4+
},{
5+
"pattern": "https://azure.microsoft.com/en-us/products/kubernetes-service"
46
}],
57
"httpHeaders": [{
68
"comment": "Workaround as suggested here: https://github.com/tcort/markdown-link-check/issues/201",

0 commit comments

Comments
 (0)