From 7e2109d632c75f6090a2e66326ca9aa3dab7e1ae Mon Sep 17 00:00:00 2001 From: Michael Lombardi Date: Tue, 13 Sep 2022 14:21:11 -0500 Subject: [PATCH] (AB#5908) Fix broken links - Fixes AB#5908 --- reference/7.0/Microsoft.PowerShell.Utility/Get-Verb.md | 2 +- reference/7.2/Microsoft.PowerShell.Utility/Get-Verb.md | 2 +- reference/7.3/Microsoft.PowerShell.Utility/Get-Verb.md | 2 +- reference/docs-conceptual/community/2021-updates.md | 4 ++-- reference/docs-conceptual/community/2022-updates.md | 2 +- reference/docs-conceptual/gallery/getting-started.md | 2 +- reference/docs-conceptual/samples/Managing-Services.md | 4 ++-- .../whats-new/differences-from-windows-powershell.md | 2 +- 8 files changed, 10 insertions(+), 10 deletions(-) diff --git a/reference/7.0/Microsoft.PowerShell.Utility/Get-Verb.md b/reference/7.0/Microsoft.PowerShell.Utility/Get-Verb.md index 4b4a271e9b91..dacd0fdb66bc 100644 --- a/reference/7.0/Microsoft.PowerShell.Utility/Get-Verb.md +++ b/reference/7.0/Microsoft.PowerShell.Utility/Get-Verb.md @@ -32,7 +32,7 @@ warning message. > [!NOTE] > The verb list that `Get-Verb` returns might not be complete. For an updated list of approved > PowerShell verbs with descriptions, see -> [Approved Verbs](/powershell/scripting/docs-conceptual/developer/cmdlet/approved-verbs-for-windows-powershell-commands) +> [Approved Verbs](/powershell/scripting/developer/cmdlet/approved-verbs-for-windows-powershell-commands) > in the Microsoft Docs. ## EXAMPLES diff --git a/reference/7.2/Microsoft.PowerShell.Utility/Get-Verb.md b/reference/7.2/Microsoft.PowerShell.Utility/Get-Verb.md index 3350e68085e4..f035d87e5807 100644 --- a/reference/7.2/Microsoft.PowerShell.Utility/Get-Verb.md +++ b/reference/7.2/Microsoft.PowerShell.Utility/Get-Verb.md @@ -32,7 +32,7 @@ warning message. > [!NOTE] > The verb list that `Get-Verb` returns might not be complete. For an updated list of approved > PowerShell verbs with descriptions, see -> [Approved Verbs](/powershell/scripting/docs-conceptual/developer/cmdlet/approved-verbs-for-windows-powershell-commands) +> [Approved Verbs](/powershell/scripting/developer/cmdlet/approved-verbs-for-windows-powershell-commands) > in the Microsoft Docs. ## EXAMPLES diff --git a/reference/7.3/Microsoft.PowerShell.Utility/Get-Verb.md b/reference/7.3/Microsoft.PowerShell.Utility/Get-Verb.md index 7ff607523013..874f7a54f84d 100644 --- a/reference/7.3/Microsoft.PowerShell.Utility/Get-Verb.md +++ b/reference/7.3/Microsoft.PowerShell.Utility/Get-Verb.md @@ -32,7 +32,7 @@ warning message. > [!NOTE] > The verb list that `Get-Verb` returns might not be complete. For an updated list of approved > PowerShell verbs with descriptions, see -> [Approved Verbs](/powershell/scripting/docs-conceptual/developer/cmdlet/approved-verbs-for-windows-powershell-commands) +> [Approved Verbs](/powershell/scripting/developer/cmdlet/approved-verbs-for-windows-powershell-commands) > in the Microsoft Docs. ## EXAMPLES diff --git a/reference/docs-conceptual/community/2021-updates.md b/reference/docs-conceptual/community/2021-updates.md index 8276402200c0..5bee34d813e8 100644 --- a/reference/docs-conceptual/community/2021-updates.md +++ b/reference/docs-conceptual/community/2021-updates.md @@ -134,9 +134,9 @@ Content updates - [Install on macOS](/powershell/scripting/install/Installing-PowerShell-on-macOS) - [Install on Linux](/powershell/scripting/install/Installing-PowerShell-on-Linux) - [Alpine](/powershell/scripting/install/install-alpine) - - [CentOS](/powershell/scripting/install/install-centos) + - CentOS - [Debian](/powershell/scripting/install/install-debian) - - [Fedora](/powershell/scripting/install/install-fedora) + - Fedora - [Raspberry Pi OS](/powershell/scripting/install/install-raspbian) - [Red Hat Enterprise Linux](/powershell/scripting/install/install-rhel) - [Ubuntu](/powershell/scripting/install/install-ubuntu) diff --git a/reference/docs-conceptual/community/2022-updates.md b/reference/docs-conceptual/community/2022-updates.md index 232e003bbf42..3b4dd35c6ba8 100644 --- a/reference/docs-conceptual/community/2022-updates.md +++ b/reference/docs-conceptual/community/2022-updates.md @@ -295,7 +295,7 @@ issues. Thank you! New Content -- [about_Calling_Generic_Methods](/powershell/module/microsoft.powershell.core/about/about_calling_generic_methods&preserve-view=true) +- [about_Calling_Generic_Methods](/powershell/module/microsoft.powershell.core/about/about_calling_generic_methods?view=powershell-7.3&preserve-view=true) Content updates diff --git a/reference/docs-conceptual/gallery/getting-started.md b/reference/docs-conceptual/gallery/getting-started.md index 58b6c65e8c26..7517f1f47be6 100644 --- a/reference/docs-conceptual/gallery/getting-started.md +++ b/reference/docs-conceptual/gallery/getting-started.md @@ -174,7 +174,7 @@ Hosts required when using the PowerShell Gallery website: [Install-Script]: /powershell/module/powershellget/Install-Script [Publish-Module]: /powershell/module/powershellget/Publish-Module [Publish-Script]: /powershell/module/powershellget/Publish-Script -[Register-PSRepository]: /powershell/module/powershellget/Register-Repository +[Register-PSRepository]: /powershell/module/powershellget/register-psrepository [Save-Module]: /powershell/module/powershellget/Save-Module [Save-Script]: /powershell/module/powershellget/Save-Script [Update-Module]: /powershell/module/powershellget/Update-Module diff --git a/reference/docs-conceptual/samples/Managing-Services.md b/reference/docs-conceptual/samples/Managing-Services.md index 258c1c892042..5a8d53e6327b 100644 --- a/reference/docs-conceptual/samples/Managing-Services.md +++ b/reference/docs-conceptual/samples/Managing-Services.md @@ -69,7 +69,7 @@ Invoke-Command -ComputerName Server02 -ScriptBlock { Get-Service } ``` You can also manage services with the other `*-Service` cmdlets. For more information on PowerShell -remoting, see [about_Remote](/powershell/module/Microsoft.PowerShell.Core/about_Remote). +remoting, see [about_Remote](/powershell/module/Microsoft.PowerShell.Core/about/about_Remote). ## Getting Required and Dependent Services @@ -190,7 +190,7 @@ For more information, see [Set-Service](/powershell/module/Microsoft.PowerShell. ## See Also -- [about_Remote](/powershell/module/Microsoft.PowerShell.Core/about_Remote) +- [about_Remote](/powershell/module/Microsoft.PowerShell.Core/about/about_Remote) - [Get-Service](/powershell/module/Microsoft.PowerShell.Management/get-service) - [Set-Service](/powershell/module/Microsoft.PowerShell.Management/set-service) - [Restart-Service](/powershell/module/Microsoft.PowerShell.Management/restart-service) diff --git a/reference/docs-conceptual/whats-new/differences-from-windows-powershell.md b/reference/docs-conceptual/whats-new/differences-from-windows-powershell.md index f193a6681d9c..fccd2c97f141 100644 --- a/reference/docs-conceptual/whats-new/differences-from-windows-powershell.md +++ b/reference/docs-conceptual/whats-new/differences-from-windows-powershell.md @@ -1182,7 +1182,7 @@ To opt-out of this telemetry, set the environment variable `POWERSHELL_TELEMETRY [Get-MarkdownOption]: /powershell/module/Microsoft.PowerShell.Utility/Get-MarkdownOption [Set-MarkdownOption]: /powershell/module/Microsoft.PowerShell.Utility/Set-MarkdownOption [Show-Markdown]: /powershell/module/Microsoft.PowerShell.Utility/Show-Markdown -[Remove-Alias]: /powershell/module/Microsoft.PowerShell.Utility/Remote-Alias +[Remove-Alias]: /powershell/module/Microsoft.PowerShell.Utility/Remove-Alias [Remove-Service]: /powershell/module/Microsoft.PowerShell.Utility/Remote-Service [Join-String]: /powershell/module/Microsoft.PowerShell.Utility/Join-String [Get-Uptime]: /powershell/module/Microsoft.PowerShell.Utility/Get-Uptime