From c36ac56cadfb9c43a15cfeecb007e674f251c3f4 Mon Sep 17 00:00:00 2001 From: Mark Fussell Date: Tue, 12 Jan 2021 21:38:39 -0800 Subject: [PATCH] Update setup-rabbitmq.md --- .../components/setup-pubsub/supported-pubsub/setup-rabbitmq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daprdocs/content/en/operations/components/setup-pubsub/supported-pubsub/setup-rabbitmq.md b/daprdocs/content/en/operations/components/setup-pubsub/supported-pubsub/setup-rabbitmq.md index 2efffba24..80a87b3a8 100644 --- a/daprdocs/content/en/operations/components/setup-pubsub/supported-pubsub/setup-rabbitmq.md +++ b/daprdocs/content/en/operations/components/setup-pubsub/supported-pubsub/setup-rabbitmq.md @@ -88,5 +88,5 @@ For example, if installing using the example above, the RabbitMQ server client a ## Related links - [Basic schema for a Dapr component]({{< ref component-schema >}}) in the Related links section -- Read [this topic]({{< ref "howto-publish-subscribe.md#step-2-publish-a-topic" >}}) for instructions on configuring pub/sub components +- Read [this guide]({{< ref "howto-publish-subscribe.md#step-2-publish-a-topic" >}}) for instructions on configuring pub/sub components - [Pub/Sub building block]({{< ref pubsub >}})