From 4e0c9d19965bd6a250c70b00d6dea3eaed6a5f3f Mon Sep 17 00:00:00 2001 From: Chris Guzak Date: Thu, 19 Jun 2025 16:40:25 -0700 Subject: [PATCH] fix bad link in cmdpal sdk README.md --- src/modules/cmdpal/extensionsdk/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/cmdpal/extensionsdk/README.md b/src/modules/cmdpal/extensionsdk/README.md index 2b2732cc1461..c2e9e1fe59c5 100644 --- a/src/modules/cmdpal/extensionsdk/README.md +++ b/src/modules/cmdpal/extensionsdk/README.md @@ -12,4 +12,4 @@ To view the full docs, you can head over to [our docs site](https://go.microsoft There are samples of just about everything you can do in [the samples project]. Head over there to see basic usage of the APIs. -[the samples project]: https://github.com/microsoft/PowerToys/tree/main/src/modules/cmdpal/Exts/SamplePagesExtension +[the samples project]: https://github.com/microsoft/PowerToys/tree/main/src/modules/cmdpal/ext/SamplePagesExtension