Skip to content

Commit 77ba74b

Browse files
Fix links to work on GitHub (#1738)
* Fix links to work on GitHub While we work through automating this for publishing. * Fix `about_Splatting` link too
1 parent b5af8d7 commit 77ba74b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

docs/Cmdlets/Invoke-ScriptAnalyzer.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -514,7 +514,7 @@ following keys:
514514

515515
The keys and values in the profile are interpreted as if they were standard parameters and values of
516516
`Invoke-ScriptAnalyzer`, similar to splatting. For more information, see
517-
[about_Splatting](/powershell/module/microsoft.powershell.com/about/about_splatting).
517+
[about_Splatting](https://docs.microsoft.com/powershell/module/microsoft.powershell.core/about/about_splatting).
518518

519519
```yaml
520520
Type: Object

docs/Rules/ProvideCommentHelp.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ presence of comment based help and not on the validity or format.
1717
For assistance on comment based help, use the command `Get-Help about_comment_based_help` or the
1818
following articles:
1919

20-
- [Writing Comment-based Help](/powershell/scripting/developer/help/writing-comment-based-help-topics)
21-
- [Writing Help for PowerShell Cmdlets](/powershell/scripting/developer/help/writing-help-for-windows-powershell-cmdlets)
22-
- [Create XML-based help using PlatyPS](/powershell/scripting/dev-cross-plat/create-help-using-platyps)
20+
- [Writing Comment-based Help](https://docs.microsoft.com/powershell/scripting/developer/help/writing-comment-based-help-topics)
21+
- [Writing Help for PowerShell Cmdlets](https://docs.microsoft.com/powershell/scripting/developer/help/writing-help-for-windows-powershell-cmdlets)
22+
- [Create XML-based help using PlatyPS](https://docs.microsoft.com/powershell/scripting/dev-cross-plat/create-help-using-platyps)
2323

2424
## Configuration
2525

docs/Rules/UseApprovedVerbs.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ All cmdlets must used approved verbs.
1616
Approved verbs can be found by running the command `Get-Verb`.
1717

1818
Additional documentation on approved verbs can be found in the microsoft docs page
19-
[Approved Verbs for PowerShell Commands](/powershell/scripting/developer/cmdlet/approved-verbs-for-windows-powershell-commands).
19+
[Approved Verbs for PowerShell Commands](https://docs.microsoft.com/powershell/scripting/developer/cmdlet/approved-verbs-for-windows-powershell-commands).
2020
Some unapproved verbs are documented on the approved verbs page and point to approved alternatives.
2121
Try searching for the verb you used to find its approved form. For example, searching for `Read`,
2222
`Open`, or `Search` leads you to `Get`.

0 commit comments

Comments
 (0)