Skip to content

Commit

Permalink
update linkcheck ignore.
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Volavsek committed Feb 21, 2020
1 parent d343391 commit a1bae56
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions markdown-link-check.config.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"ignorePatterns": [
{ "pattern": "^https?://signaturcloud\\.fiskaltrust\\.at$" },
{ "pattern": "^https?://signaturcloud\\.fiskaltrust\\.fr$" },
{ "pattern": "^https?://helipad\\.fiskaltrust\\.cloud$" },
{ "pattern": "^https?://packages\\.fiskaltrust\\.cloud$" }
{ "pattern": "^https?://signaturcloud\\.fiskaltrust\\.at/?$" },
{ "pattern": "^https?://signaturcloud\\.fiskaltrust\\.fr/?$" },
{ "pattern": "^https?://helipad\\.fiskaltrust\\.cloud/?$" },
{ "pattern": "^https?://packages\\.fiskaltrust\\.cloud/?$" }
]
}

0 comments on commit a1bae56

Please sign in to comment.