chore: Cleanup Micrsoft links

Ran script from MS Docs Authoring Pack.
- HTTP -> HTTPS
- Remove link locale
This commit is contained in:
Nick Schonning
2019-07-14 00:04:49 -04:00
parent 142f44d70f
commit 3d45604d93
26 changed files with 38 additions and 38 deletions

View File

@ -534,7 +534,7 @@ if ($status.Count -gt 0)
elseif ($v[0] -eq "F")
{
$color = "red"
$v += " Go to http://aka.ms/shubtshoot"
$v += " Go to https://aka.ms/shubtshoot"
}
Write-Host -NoNewline $k -ForegroundColor $color
@ -978,7 +978,7 @@ if ($status.Count -gt 0)
elseif ($v[0] -eq "F")
{
$color = "red"
$v += " Go to http://aka.ms/shubtshoot for help"
$v += " Go to https://aka.ms/shubtshoot for help"
}
Write-Host -NoNewline $k -ForegroundColor $color