Broken link to list of approved verbs#1734
Broken link to list of approved verbs#1734antoniouaa wants to merge 1 commit intoPowerShell:masterfrom antoniouaa:patch-1
Conversation
The link was missing part of the URL that redirected to the MS docs. From ``` /powershell/scripting/developer/cmdlet/approved-verbs-for-windows-powershell-commands ``` to ``` https://docs.microsoft.com/en-us/powershell/scripting/developer/cmdlet/approved-verbs-for-windows-powershell-commands ```
|
@andschwa The link is correct for the docs platform. It will be broken on GitHub but it is correct when published to the website. Please do not merge this PR. See our contributor guide for more information: https://docs.microsoft.com/powershell/scripting/community/contributing/powershell-style-guide#hyperlinks |
sdwheeler
left a comment
There was a problem hiding this comment.
Do not merge this change.
|
@JamesWTruher @bergmeister we should discuss how we handle this issue in general |
|
Maybe you should add an alternative link then? This was my first stop when searching for a list of approved verbs and it probably is for a lot of other people. |
|
This is source code, not documentation. You should be looking at the docs.microsoft.com site for documentation. |
|
I think people are still going to look at the GitHub repo for documentation too, especially since that's where it's been hosted for years. |
|
Closing since PR #1738 superseded it. Please shout if that is not correct. |
The link was missing part of the URL that redirected to the MS docs.
From
to
PR Summary
Fixes a broken link that 404's on GitHub but should direct to MS doc for Approved Verbs
PR Checklist
.cs,.ps1and.psm1files have the correct copyright headerWIP:to the beginning of the title and remove the prefix when the PR is ready.