You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/Rules/UseApprovedVerbs.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ All cmdlets must used approved verbs.
16
16
Approved verbs can be found by running the command `Get-Verb`.
17
17
18
18
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).
20
20
Some unapproved verbs are documented on the approved verbs page and point to approved alternatives.
21
21
Try searching for the verb you used to find its approved form. For example, searching for `Read`,
0 commit comments