From 7a319e100c8e5b79d47b83af825d1ca245ddea48 Mon Sep 17 00:00:00 2001 From: Amulya Varote Date: Sun, 5 Dec 2021 05:31:21 -0800 Subject: [PATCH] Reverted a small change Signed-off-by: Amulya Varote --- .../building-blocks/bindings/howto-bindings.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daprdocs/content/en/developing-applications/building-blocks/bindings/howto-bindings.md b/daprdocs/content/en/developing-applications/building-blocks/bindings/howto-bindings.md index 50b513bd5..6faf06a45 100644 --- a/daprdocs/content/en/developing-applications/building-blocks/bindings/howto-bindings.md +++ b/daprdocs/content/en/developing-applications/building-blocks/bindings/howto-bindings.md @@ -19,7 +19,7 @@ The below code example loosely describes an application that processes orders. I An output binding represents a resource that Dapr uses to invoke and send messages to. -For the purpose of this guide, you'll use a Kafka binding. You can find a list of all supported binding components [here]({{< ref setup-bindings >}}). +For the purpose of this guide, you'll use a Kafka binding. You can find a list of the different binding specs [here]({{< ref setup-bindings >}}). Create a new binding component with the name of `checkout`.