diff --git a/daprdocs/content/en/dotnet-sdk-docs/dotnet-messaging/_index.md b/daprdocs/content/en/dotnet-sdk-docs/dotnet-messaging/_index.md index 86d23ae73..9927145d7 100644 --- a/daprdocs/content/en/dotnet-sdk-docs/dotnet-messaging/_index.md +++ b/daprdocs/content/en/dotnet-sdk-docs/dotnet-messaging/_index.md @@ -8,10 +8,10 @@ description: Get up and running with the Dapr Messaging .NET SDK With the Dapr Messaging package, you can interact with the Dapr messaging APIs from a .NET application. In the v1.15 release, this package only contains the functionality corresponding to the -[streaming PubSub capability]({{% ref dotnet-messaging-pubsub-howto.md#subscribe-to-topics %}}) +[streaming PubSub capability]({{% ref "dotnet-messaging-pubsub-howto.md#subscribe-to-topics" %}}) Future Dapr .NET SDK releases will migrate existing messaging capabilities out from Dapr.Client to this Dapr.Messaging package. This will be documented in the release notes, documentation and obsolete attributes in advance. To get started, walk through the [Dapr Messaging]({{% ref dotnet-messaging-pubsub-howto.md %}}) how-to guide and -refer to [best practices documentation]({{% ref dotnet-messaging-pubsub-usage.md %}}) for additional guidance. \ No newline at end of file +refer to [best practices documentation]({{% ref dotnet-messaging-pubsub-usage.md %}}) for additional guidance.