Skip to content

Commit fd328d7

Browse files
authored
Merge pull request kubernetes-sigs#10558 from sbueringer/pr-ignore-link
📖 markdownlinkcheck: Ignore AKS URL
2 parents 5726325 + fd886d6 commit fd328d7

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)