mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-15 02:13:43 +00:00
chore: Cleanup Micrsoft links
Ran script from MS Docs Authoring Pack. - HTTP -> HTTPS - Remove link locale
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user