Skip to content

Commit

Permalink
Merge pull request #10558 from sbueringer/pr-ignore-link
Browse files Browse the repository at this point in the history
📖 markdownlinkcheck: Ignore AKS URL
  • Loading branch information
k8s-ci-robot authored May 6, 2024
2 parents 5726325 + fd886d6 commit fd328d7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .markdownlinkcheck.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"ignorePatterns": [{
"pattern": "^http://localhost"
},{
"pattern": "https://azure.microsoft.com/en-us/products/kubernetes-service"
}],
"httpHeaders": [{
"comment": "Workaround as suggested here: https://github.com/tcort/markdown-link-check/issues/201",
Expand Down

0 comments on commit fd328d7

Please sign in to comment.