From 68f76409ab6798f26ec45e5b4b570be92db72649 Mon Sep 17 00:00:00 2001 From: Mike Griese Date: Wed, 19 Mar 2025 20:00:47 -0500 Subject: [PATCH] Add docs link to nuget README (#38042) The nuget package needs a README without a TODO! link. This is just a docs change. (already validated that it works with CI run 118608202) --- src/modules/cmdpal/extensionsdk/README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/modules/cmdpal/extensionsdk/README.md b/src/modules/cmdpal/extensionsdk/README.md index 48a96e568d..2b2732cc14 100644 --- a/src/modules/cmdpal/extensionsdk/README.md +++ b/src/modules/cmdpal/extensionsdk/README.md @@ -7,10 +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](TODO! docs link here when we have it) - -You can also add extensions to your existing packages. For detailed docs on how, -refer to [this docs page](TODO! add docs link) +To view the full docs, you can head over to [our docs site](https://go.microsoft.com/fwlink/?linkid=2310639) There are samples of just about everything you can do in [the samples project]. Head over there to see basic usage of the APIs.