Skip to content

Commit 8d6506e

Browse files
MysticRyuujinbergmeister
authored andcommitted
Update Hyperlink for Approved Verbs (#1374)
Current link results in a 404
1 parent e67f0c8 commit 8d6506e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RuleDocumentation/UseApprovedVerbs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ All CMDLets must used approved verbs.
99
Approved verbs can be found by running the command `Get-Verb`.
1010

1111
Additional documentation on approved verbs can be found in the microsoft docs page
12-
[Approved Verbs for PowerShell Commands](https://docs.microsoft.com/powershell/developer/cmdlet/approved-verbs-for-windows-powershell-commands).
12+
[Approved Verbs for PowerShell Commands](https://docs.microsoft.com/powershell/scripting/developer/cmdlet/approved-verbs-for-windows-powershell-commands).
1313
Some unapproved verbs are documented on the approved verbs page and point to approved alternatives;
1414
try searching for the verb you used to find its approved form.
1515
For example, searching for `Read`, `Open`, or `Search` will lead you to `Get`.

0 commit comments

Comments
 (0)