-
Notifications
You must be signed in to change notification settings - Fork 7.6k
CmdPal: Update Extension SDK docs link to Microsoft Learn #44517
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CmdPal: Update Extension SDK docs link to Microsoft Learn #44517
Conversation
|
Hi, the original intention and a more effective solution would be to redirect the forwarding link rather than hard-coding a URL. |
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
src/modules/cmdpal/Microsoft.CmdPal.UI/Settings/GeneralPage.xaml
Outdated
Show resolved
Hide resolved
niels9001
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great catch! Instead of hardcoding the URL, let's use the new aka.ms link instead
src/modules/cmdpal/Microsoft.CmdPal.UI/Settings/GeneralPage.xaml
Outdated
Show resolved
Hide resolved
src/modules/cmdpal/Microsoft.CmdPal.UI/Settings/GeneralPage.xaml
Outdated
Show resolved
Hide resolved
Co-authored-by: Niels Laute <niels.laute@live.nl>
Co-authored-by: Niels Laute <niels.laute@live.nl>
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
michaeljolley
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.

Summary of the Pull Request
Update CmdPal SDK docs links to point to Microsoft Learn as requested in #40994.
PR Checklist
work might be rejected
for new binaries
Product.wxs) for new binaries and localization folder
powertoys-steps.yml) for new test projects
MicrosoftDocs/windows-uwp/tree/docs/hub/powertoys) and link it here: #xxx
Detailed Description of the Pull Request / Additional comments
Updated links in:
- src/modules/cmdpal/Microsoft.CmdPal.UI/Settings/GeneralPage.xaml
- src/modules/cmdpal/extensionsdk/README.md
Note: The issue proposes linking directly to “Command Palette / Developer Docs / Extensibility overview” on
Learn. I noticed the project often uses fwlink/aka.ms redirects instead of direct Learn URLs. If creating a
redirect is preferred (or if I can create one), let me know and I’ll update the links accordingly.
Validation Steps Performed
Manually verified that the links resolve to the Microsoft Learn Command Palette extensibility overview.