Explorar el Código

fix broken dir link

pull/62/head
sup3rlativ3 hace 4 años
padre
commit
5ff257adf2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      appveyor.yml

+ 1
- 1
appveyor.yml Ver fichero

@@ -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"
}

Cargando…
Cancelar
Guardar