Skip to content

Commit 068fb13

Browse files
committed
Revert changes with absolute to relative link as those links are different between PSSA vs MicrosoftDocs
1 parent feb07a1 commit 068fb13

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

reference/docs-conceptual/PSScriptAnalyzer/Rules/ProvideCommentHelp.md

Lines changed: 3 additions & 3 deletions
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](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)
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)
2323

2424
## Configuration
2525

reference/docs-conceptual/PSScriptAnalyzer/Rules/UseApprovedVerbs.md

Lines changed: 1 addition & 1 deletion
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](https://docs.microsoft.com/powershell/scripting/developer/cmdlet/approved-verbs-for-windows-powershell-commands).
19+
[Approved Verbs for PowerShell Commands](/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`.

reference/ps-modules/PSScriptAnalyzer/Invoke-ScriptAnalyzer.md

Lines changed: 1 addition & 1 deletion
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](https://docs.microsoft.com/powershell/module/microsoft.powershell.core/about/about_splatting).
517+
[about_Splatting](/powershell/module/microsoft.powershell.core/about/about_splatting).
518518

519519
```yaml
520520
Type: Object

0 commit comments

Comments
 (0)