From 631b10fbb5706867dcb77589a40445e905ef2bb1 Mon Sep 17 00:00:00 2001 From: Daniel Cazzulino Date: Sun, 21 Jul 2024 18:49:04 -0300 Subject: [PATCH] Update readme.md pointing to analyzer sample --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 2ee27047..b1205340 100644 --- a/readme.md +++ b/readme.md @@ -91,4 +91,4 @@ library in any language and at any point in the library/tool usage (at installat time, run-time, build-time, etc.). If you are looking for inspiration on how to do this for .NET with NuGet and C#, -check the code we use ourselves in [the devlooped OSS template repo](https://github.com/devlooped/oss/tree/main/src/SponsorLink). +check the [the analyzer sample](samples/dotnet).