From 63b13d219c7040d71b6859b31c96640ea9e7cca2 Mon Sep 17 00:00:00 2001 From: Chris Guzak Date: Fri, 20 Jun 2025 03:58:06 -0700 Subject: [PATCH] fix bad link in cmdpal sdk README.md (#40144) ## Summary of the Pull Request found this bad link, fixing it to help others ## Validation Steps Performed Used markdown preview in VSCode, clicked the link, it works! --- 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 2b2732cc14..c2e9e1fe59 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