From 3808a2ac7053395289dba49d9066f975a7903ec9 Mon Sep 17 00:00:00 2001 From: Yaron Schneider Date: Thu, 3 Oct 2019 16:49:20 -0700 Subject: [PATCH] Update Readme.md (#50) --- howto/trigger-app-with-input-binding/Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/howto/trigger-app-with-input-binding/Readme.md b/howto/trigger-app-with-input-binding/Readme.md index 9228fb65c..bd95d6552 100644 --- a/howto/trigger-app-with-input-binding/Readme.md +++ b/howto/trigger-app-with-input-binding/Readme.md @@ -10,7 +10,7 @@ Dapr bindings allow you to: * Replace bindings without changing your code * Focus on business logic and not the event resource implementation -For more info on bindings, read [this](../../concepts/bindings/bindings.md) link.
+For more info on bindings, read [this](../concepts/bindings/Readme.md) link.
For a complete sample showing bindings, visit this [link](). ## 1. Create a binding