From 72284066f78693ed1ac601f1ad8dce3571720ed9 Mon Sep 17 00:00:00 2001 From: Farshad Davoudi Date: Sat, 6 Jan 2024 04:39:27 +0330 Subject: [PATCH] Update _index.md by fixing broken link (#1221) Signed-off-by: Farshad Davoudi Co-authored-by: halspang <70976921+halspang@users.noreply.github.com> --- daprdocs/content/en/dotnet-sdk-docs/dotnet-client/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daprdocs/content/en/dotnet-sdk-docs/dotnet-client/_index.md b/daprdocs/content/en/dotnet-sdk-docs/dotnet-client/_index.md index f68028dc..41e61012 100644 --- a/daprdocs/content/en/dotnet-sdk-docs/dotnet-client/_index.md +++ b/daprdocs/content/en/dotnet-sdk-docs/dotnet-client/_index.md @@ -105,7 +105,7 @@ Console.WriteLine("Published deposit event!"); ``` - For a full list of state operations visit [How-To: Publish & subscribe]({{< ref howto-publish-subscribe.md >}}). -- Visit [.NET SDK examples](https://github.com/dapr/dotnet-sdk/tree/master/examples/client/PublishSubscribe) for code samples and instructions to try out pub/sub +- Visit [.NET SDK examples](https://github.com/dapr/dotnet-sdk/tree/master/examples/Client/PublishSubscribe) for code samples and instructions to try out pub/sub ### Interact with output bindings