Skip to content

Commit

Permalink
Update Hyperlink for Approved Verbs (#1374)
Browse files Browse the repository at this point in the history
Current link results in a 404
  • Loading branch information
MysticRyuujin authored and bergmeister committed Nov 16, 2019
1 parent e67f0c8 commit 8d6506e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RuleDocumentation/UseApprovedVerbs.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ All CMDLets must used approved verbs.
Approved verbs can be found by running the command `Get-Verb`.

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

0 comments on commit 8d6506e

Please sign in to comment.