| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
The hyperlink was invalid. Fix PowerShell#7795.
|
The same URL is here as well: |
Sorry, something went wrong.
This is a test data source. The test HelpSystem.OnlineHelp.Tests.ps1 is too weak—it does not verify that the help content makes sense. |
Sorry, something went wrong.
|
We should not remove this URL we need to fix it. |
Sorry, something went wrong.
There is no content for HELP PROMPT. |
Sorry, something went wrong.
|
Aditya Patwardhan (@adityapatwardhan) Do we want to fix the help for prompt or remove the link? If we want to fix it, we need to create a new FWLink. The target for that link should point to about_prompts or we need to create a new Microsoft.PowerShell.Core/prompt.md file. |
Sorry, something went wrong.
Would that make the existing URL redirect correctly (and thus fix PowerShell 6.2.7 as well), or would it require changing the LinkID=225750 number? |
Sorry, something went wrong.
|
Sean Wheeler (@sdwheeler) I think we should fix the help content. Could you just update this link to point to the new content? |
Sorry, something went wrong.
|
The existing FWLink LinkID=225750 does not exist anymore and cannot be recreated. We have to create a new one. Aditya Patwardhan (@adityapatwardhan) Should we document the prompt function (new content) or point to about_Prompts? about_Prompts is more useful information and the plain function syntax that would be returned. |
Sorry, something went wrong.
|
This pull request has been automatically marked as Review Needed because it has been there has not been any activity for 7 days. |
Sorry, something went wrong.
|
Christopher Yeleighton (@yecril71pl) Please have a look at suggested changes. |
Sorry, something went wrong.
Co-authored-by: Aditya Patwardhan <adityap@microsoft.com>
Co-authored-by: Aditya Patwardhan <adityap@microsoft.com>
The help should be redirected to about_Prompts but it does not work for some reason, so I copied the most important information from there and added a link to full documentation.
|
Sean Wheeler (@sdwheeler) Can you please review the comment help content. |
Sorry, something went wrong.
|
This pull request has been automatically marked as Review Needed because it has been there has not been any activity for 7 days. |
Sorry, something went wrong.
Sorry, something went wrong.
| # .Link | ||
| # https://go.microsoft.com/fwlink/?LinkID=225750 | ||
| # https://go.microsoft.com/fwlink/?LinkId=2136843 | ||
| # .Link | ||
| # about_Prompts |
There was a problem hiding this comment.
Don't these help nodes require it to be all uppercase? Or am I misremembering. All the help docs I can recall show them only with uppercase names (i.e., .LINK)
Sorry, something went wrong.
There was a problem hiding this comment.
This is the current declaration and it works.
Sorry, something went wrong.
|
This pull request has been automatically marked as Review Needed because it has been there has not been any activity for 7 days. |
Sorry, something went wrong.
|
Christopher Yeleighton (@yecril71pl) Thank you for your contribution! |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
PR Summary
The help hyperlink for DefaultPromptFunctionText, and hence Prompt, was invalid. Fix #7795.
PR Context
Invalid hyperlinks distract and annoy users and decrease productivity.
PR Checklist