Quellcode durchsuchen

fix broken dir link

pull/62/head
sup3rlativ3 vor 4 Jahren
Ursprung
Commit
5ff257adf2
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. +1
    -1
      appveyor.yml

+ 1
- 1
appveyor.yml Datei anzeigen

@@ -25,7 +25,7 @@ test_script:
}

# 02. Verify hyperlinks
$BrokenLinks = Get-MarkdownLink -Path .\Docs -BrokenOnly
$BrokenLinks = Get-MarkdownLink -Path ./Docs -BrokenOnly
if ($brokenLinks) {
throw "Found broken hyperlinks $brokenLinks"
}

Laden…
Abbrechen
Speichern