Merge pull request #117 from hjorslev/analyzer

Fix dead links
This commit is contained in:
Janik Vonrotz 2020-06-29 10:06:03 +02:00 committed by GitHub
commit 0af4d2f038
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@
Write-Host "Requesting url $url"
try {
$request = Invoke-WebRequest -Uri $url -DisableKeepAlive -UseBasicParsing -Method head
$request = Invoke-WebRequest -Uri $url -DisableKeepAlive -UseBasicParsing
} catch {
Write-Warning -Message "Found dead url $url in $fileName"
$unreachable += $url

View File

@ -88,7 +88,7 @@ It includes a command-line shell and an associated scripting language.
* [GitHub](https://github.com/search?l=powershell&q=stars%3A%3E1&s=stars&type=Repositories) - Looking for an Open Source PowerShell project? It's probably here.
* [PowerShell Gallery](https://www.powershellgallery.com/) - Official PowerShell package repository, used by PowerShellGet.
* [PowerShell Test Gallery](https://poshtestgallery.com/) - A test version of the PowerShell Gallery. Useful when developing new modules.
* [PowerShell Test Gallery](https://www.poshtestgallery.com/) - A test version of the PowerShell Gallery. Useful when developing new modules.
## Commandline Productivity