Skip to content

Commit 95d015a

Browse files
(AB#5908) Fix broken links (#9211)
- Fixes AB#5908
1 parent 7190650 commit 95d015a

File tree

8 files changed

+10
-10
lines changed

8 files changed

+10
-10
lines changed

reference/7.0/Microsoft.PowerShell.Utility/Get-Verb.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ warning message.
3232
> [!NOTE]
3333
> The verb list that `Get-Verb` returns might not be complete. For an updated list of approved
3434
> PowerShell verbs with descriptions, see
35-
> [Approved Verbs](/powershell/scripting/docs-conceptual/developer/cmdlet/approved-verbs-for-windows-powershell-commands)
35+
> [Approved Verbs](/powershell/scripting/developer/cmdlet/approved-verbs-for-windows-powershell-commands)
3636
> in the Microsoft Docs.
3737
3838
## EXAMPLES

reference/7.2/Microsoft.PowerShell.Utility/Get-Verb.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ warning message.
3232
> [!NOTE]
3333
> The verb list that `Get-Verb` returns might not be complete. For an updated list of approved
3434
> PowerShell verbs with descriptions, see
35-
> [Approved Verbs](/powershell/scripting/docs-conceptual/developer/cmdlet/approved-verbs-for-windows-powershell-commands)
35+
> [Approved Verbs](/powershell/scripting/developer/cmdlet/approved-verbs-for-windows-powershell-commands)
3636
> in the Microsoft Docs.
3737
3838
## EXAMPLES

reference/7.3/Microsoft.PowerShell.Utility/Get-Verb.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ warning message.
3232
> [!NOTE]
3333
> The verb list that `Get-Verb` returns might not be complete. For an updated list of approved
3434
> PowerShell verbs with descriptions, see
35-
> [Approved Verbs](/powershell/scripting/docs-conceptual/developer/cmdlet/approved-verbs-for-windows-powershell-commands)
35+
> [Approved Verbs](/powershell/scripting/developer/cmdlet/approved-verbs-for-windows-powershell-commands)
3636
> in the Microsoft Docs.
3737
3838
## EXAMPLES

reference/docs-conceptual/community/2021-updates.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,9 +134,9 @@ Content updates
134134
- [Install on macOS](/powershell/scripting/install/Installing-PowerShell-on-macOS)
135135
- [Install on Linux](/powershell/scripting/install/Installing-PowerShell-on-Linux)
136136
- [Alpine](/powershell/scripting/install/install-alpine)
137-
- [CentOS](/powershell/scripting/install/install-centos)
137+
- CentOS
138138
- [Debian](/powershell/scripting/install/install-debian)
139-
- [Fedora](/powershell/scripting/install/install-fedora)
139+
- Fedora
140140
- [Raspberry Pi OS](/powershell/scripting/install/install-raspbian)
141141
- [Red Hat Enterprise Linux](/powershell/scripting/install/install-rhel)
142142
- [Ubuntu](/powershell/scripting/install/install-ubuntu)

reference/docs-conceptual/community/2022-updates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ issues. Thank you!
295295

296296
New Content
297297

298-
- [about_Calling_Generic_Methods](/powershell/module/microsoft.powershell.core/about/about_calling_generic_methods&preserve-view=true)
298+
- [about_Calling_Generic_Methods](/powershell/module/microsoft.powershell.core/about/about_calling_generic_methods?view=powershell-7.3&preserve-view=true)
299299

300300
Content updates
301301

reference/docs-conceptual/gallery/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ Hosts required when using the PowerShell Gallery website:
174174
[Install-Script]: /powershell/module/powershellget/Install-Script
175175
[Publish-Module]: /powershell/module/powershellget/Publish-Module
176176
[Publish-Script]: /powershell/module/powershellget/Publish-Script
177-
[Register-PSRepository]: /powershell/module/powershellget/Register-Repository
177+
[Register-PSRepository]: /powershell/module/powershellget/register-psrepository
178178
[Save-Module]: /powershell/module/powershellget/Save-Module
179179
[Save-Script]: /powershell/module/powershellget/Save-Script
180180
[Update-Module]: /powershell/module/powershellget/Update-Module

reference/docs-conceptual/samples/Managing-Services.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Invoke-Command -ComputerName Server02 -ScriptBlock { Get-Service }
6969
```
7070

7171
You can also manage services with the other `*-Service` cmdlets. For more information on PowerShell
72-
remoting, see [about_Remote](/powershell/module/Microsoft.PowerShell.Core/about_Remote).
72+
remoting, see [about_Remote](/powershell/module/Microsoft.PowerShell.Core/about/about_Remote).
7373

7474
## Getting Required and Dependent Services
7575

@@ -190,7 +190,7 @@ For more information, see [Set-Service](/powershell/module/Microsoft.PowerShell.
190190

191191
## See Also
192192

193-
- [about_Remote](/powershell/module/Microsoft.PowerShell.Core/about_Remote)
193+
- [about_Remote](/powershell/module/Microsoft.PowerShell.Core/about/about_Remote)
194194
- [Get-Service](/powershell/module/Microsoft.PowerShell.Management/get-service)
195195
- [Set-Service](/powershell/module/Microsoft.PowerShell.Management/set-service)
196196
- [Restart-Service](/powershell/module/Microsoft.PowerShell.Management/restart-service)

reference/docs-conceptual/whats-new/differences-from-windows-powershell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1182,7 +1182,7 @@ To opt-out of this telemetry, set the environment variable `POWERSHELL_TELEMETRY
11821182
[Get-MarkdownOption]: /powershell/module/Microsoft.PowerShell.Utility/Get-MarkdownOption
11831183
[Set-MarkdownOption]: /powershell/module/Microsoft.PowerShell.Utility/Set-MarkdownOption
11841184
[Show-Markdown]: /powershell/module/Microsoft.PowerShell.Utility/Show-Markdown
1185-
[Remove-Alias]: /powershell/module/Microsoft.PowerShell.Utility/Remote-Alias
1185+
[Remove-Alias]: /powershell/module/Microsoft.PowerShell.Utility/Remove-Alias
11861186
[Remove-Service]: /powershell/module/Microsoft.PowerShell.Utility/Remote-Service
11871187
[Join-String]: /powershell/module/Microsoft.PowerShell.Utility/Join-String
11881188
[Get-Uptime]: /powershell/module/Microsoft.PowerShell.Utility/Get-Uptime

0 commit comments

Comments
 (0)