From 651598582343175ddc4822418b3c6e1f048dfbc6 Mon Sep 17 00:00:00 2001 From: Ruben Fricke Date: Tue, 6 Jan 2026 01:43:16 +0100 Subject: [PATCH] CmdPal: Update Extension SDK docs link to Microsoft Learn (#44517) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Summary of the Pull Request Update CmdPal SDK docs links to point to Microsoft Learn as requested in #40994. ## PR Checklist - [x] Closes: #40994 - [ ] **Communication:** I've discussed this with core contributors already. If the work hasn't been agreed, this work might be rejected - [ ] **Tests:** Added/updated and all pass - [ ] **Localization:** All end-user-facing strings can be localized - [x] **Dev docs:** Added/updated - [ ] **New binaries:** Added on the required places - [ ] [JSON for signing](https://github.com/microsoft/PowerToys/blob/main/.pipelines/ESRPSigning_core.json) for new binaries - [ ] [WXS for installer](https://github.com/microsoft/PowerToys/blob/main/installer/PowerToysSetup/ Product.wxs) for new binaries and localization folder - [ ] [YML for CI pipeline](https://github.com/microsoft/PowerToys/blob/main/.pipelines/ci/templates/build- powertoys-steps.yml) for new test projects - [ ] [YML for signed pipeline](https://github.com/microsoft/PowerToys/blob/main/.pipelines/release.yml) - [ ] **Documentation updated:** If checked, please file a pull request on [our docs repo](https://github.com/ 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. --------- Co-authored-by: Niels Laute --- .../cmdpal/Microsoft.CmdPal.UI/Settings/GeneralPage.xaml | 2 +- src/modules/cmdpal/extensionsdk/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/modules/cmdpal/Microsoft.CmdPal.UI/Settings/GeneralPage.xaml b/src/modules/cmdpal/Microsoft.CmdPal.UI/Settings/GeneralPage.xaml index 65fa536c5b..53994b345f 100644 --- a/src/modules/cmdpal/Microsoft.CmdPal.UI/Settings/GeneralPage.xaml +++ b/src/modules/cmdpal/Microsoft.CmdPal.UI/Settings/GeneralPage.xaml @@ -106,7 +106,7 @@ - + diff --git a/src/modules/cmdpal/extensionsdk/README.md b/src/modules/cmdpal/extensionsdk/README.md index c2e9e1fe59..540bec74bd 100644 --- a/src/modules/cmdpal/extensionsdk/README.md +++ b/src/modules/cmdpal/extensionsdk/README.md @@ -7,7 +7,7 @@ Palette, and use the "Create a new extension" command. That will set up a project for you, with the packaging, dependencies, and basic program structure ready to go. -To view the full docs, you can head over to [our docs site](https://go.microsoft.com/fwlink/?linkid=2310639) +To view the full docs, you can head over to [our docs site](https://aka.ms/cmdpalextensions-devdocs) There are samples of just about everything you can do in [the samples project]. Head over there to see basic usage of the APIs.