Skip to content

Commit

Permalink
Ignore correct URL patterns in markdown checker
Browse files Browse the repository at this point in the history
  • Loading branch information
ununhexium committed Oct 25, 2024
1 parent bbd1d4e commit 925925c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/markdown-link-checker-config.jq
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
{"pattern": "^https://www\\.linkedin\\.com"},
{"pattern": "https://(.*?)\\.azure\\.sovity\\.io"},
{"pattern": "http://edc2?:"},
{"pattern": "^https?://connector:"}
{"pattern": "^https?://connector:"},
{"pattern": "^https://app.swaggerhub.com/apis/eclipse-edc-bot/management-api/.*?"},
{"pattern": "^http://www.w3.org/ns/dcat.*"}
],
"replacementPatterns": [
{
Expand Down

0 comments on commit 925925c

Please sign in to comment.