@ -27,7 +27,7 @@ test_script:
# 02. Verify hyperlinks
$BrokenLinks = Get-MarkdownLink -Path ./Docs -BrokenOnly
if ($brokenLinks) {
throw "Found broken hyperlinks $brokenLinks"
#throw "Found broken hyperlinks $brokenLinks"
$dir = pwd
throw "$pwd"
}