From e856b5dfc3767d050b59448f4f437fbdd4ec5c2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Flor=20Chac=C3=B3n?= <14323496+florelis@users.noreply.github.com> Date: Thu, 16 Jan 2025 16:27:49 -0800 Subject: [PATCH] Add link to WinGetUWPCaller in README --- samples/MinimalCallers/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/MinimalCallers/README.md b/samples/MinimalCallers/README.md index 558c7a5e39..8fd6c18b11 100644 --- a/samples/MinimalCallers/README.md +++ b/samples/MinimalCallers/README.md @@ -1,3 +1,3 @@ # Sample projects for COM APIs -These are minimal samples for using the winget COM APIs in C++ and C#. The samples are mostly centered around the required project settings. For a more fleshed out example, see `/Samples/WinGetUWPCaller`. \ No newline at end of file +These are minimal samples for using the winget COM APIs in C++ and C#. The samples are mostly centered around the required project settings. For a more fleshed out example, see [`/Samples/WinGetUWPCaller`](https://github.com/microsoft/winget-cli/tree/master/samples/WinGetUWPCaller). \ No newline at end of file