Fixing the reference for bindings concepts (#75)

This commit is contained in:
Shalabh Mohan Shrivastava 2019-10-07 15:30:28 -07:00 committed by Yaron Schneider
parent 0ee6df1678
commit be3d202555
1 changed files with 2 additions and 2 deletions

View File

@ -10,8 +10,8 @@ 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/Readme.md) link.<br>
For a complete sample showing bindings, visit this [link](<PLACEHOLDER>).
For more info on bindings, read [this](../../concepts/bindings/Readme.md) link.<br>
For a complete sample showing bindings, visit this [link](https://github.com/dapr/samples/tree/master/5.bindings).
## 1. Create a binding