Skip to content

Commit

Permalink
Ignore wireguard.com links in markdown link checker (antrea-io#5809)
Browse files Browse the repository at this point in the history
Checking these links keep failing in Github Actions with an HTTP 500
code. I have noticed that when I try to access https://www.wireguard.com
from my corporate network, it also fails (connection reset). When I
access it from home, it works fine...

Signed-off-by: Antonin Bas <[email protected]>
  • Loading branch information
antoninbas authored Dec 19, 2023
1 parent 1bfb245 commit 0c6d471
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions hack/.md_links_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@
},
{
"pattern": "https://twitter.com/*"
},
{
"pattern": "https://www.wireguard.com*"
}
],
"retryOn429": false,
Expand Down

0 comments on commit 0c6d471

Please sign in to comment.