mirror of https://github.com/dapr/docs.git
Fixing the reference for bindings concepts (#75)
This commit is contained in:
parent
0ee6df1678
commit
be3d202555
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue