From 2e06d6a8959d704d5beb6fab009e3a1114b00cb7 Mon Sep 17 00:00:00 2001 From: Yaron Schneider Date: Thu, 3 Oct 2019 21:19:28 -0700 Subject: [PATCH] Fix broken link (#53) --- concepts/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/concepts/README.md b/concepts/README.md index 127617aa1..0bc3508d1 100644 --- a/concepts/README.md +++ b/concepts/README.md @@ -6,7 +6,7 @@ This directory contains various Dapr concepts. The goal of these documents is to ## Core Concepts * [Terminology](./terminology/terminology.md) -* [Bindings](./bindings/bindings.md) +* [Bindings](./bindings/Readme.md) * [Pub-sub](./publish-subscribe-messaging/pub-sub-messaging.md) * [Secrets](./components/secrets.md) * [State](./state-management/state-management.md) @@ -20,4 +20,4 @@ This directory contains various Dapr concepts. The goal of these documents is to ## Extensibility -* [Redis](./components/redis.md) \ No newline at end of file +* [Redis](./components/redis.md)