From fe067def65a3c624c26008f4652f2d3f5de73143 Mon Sep 17 00:00:00 2001 From: Niels Laute Date: Thu, 1 May 2025 20:33:01 +0200 Subject: [PATCH] Fix for missing CmdPal extensions docs (#39173) --- src/modules/cmdpal/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/cmdpal/README.md b/src/modules/cmdpal/README.md index 2ca4f2f0cf..518a54b78f 100644 --- a/src/modules/cmdpal/README.md +++ b/src/modules/cmdpal/README.md @@ -9,7 +9,7 @@ By default, CmdPal is bound to Win+Alt+Space. The fastest way to get started is just to run the "Create extension" command in the palette itself. That'll prompt you for a project name and a Display Name, and where you want to place your project. Then just open the `sln` it produces. You should be ready to go 🙂. -The official API documentation can be found [on this docs site](TODO! Add docs link when we have one) +The official API documentation can be found [on this docs site](https://learn.microsoft.com/windows/powertoys/command-palette/extensibility-overview). We've also got samples, so that you can see how the APIs in-action.