diff --git a/build/markdown-link-check.json b/build/markdown-link-check.json index 51854a0724..a0b086073d 100644 --- a/build/markdown-link-check.json +++ b/build/markdown-link-check.json @@ -8,7 +8,10 @@ }, { "pattern": "https://help.github.com" - } + }, + { + "pattern": "https://linux.die.net/man/1/xmllint/" + } ], "replacementPatterns": [ { @@ -28,4 +31,4 @@ "replacement": "https://github.com/usnistgov/OSCAL/tree" } ] -} \ No newline at end of file +}