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.