mirror of https://github.com/dapr/docs.git
Replaced the placeholder link to https://github.com/dapr/samples/tree/master/5.bindings Co-authored-by: Young Bu Park <youngp@microsoft.com>
This commit is contained in:
parent
25797cc62c
commit
2b11dfca67
|
@ -1,7 +1,7 @@
|
||||||
# Send events to external systems using Output Bindings
|
# Send events to external systems using Output Bindings
|
||||||
|
|
||||||
Using bindings, its possible to invoke external resources without tying in to special SDK or libraries.
|
Using bindings, its possible to invoke external resources without tying in to special SDK or libraries.
|
||||||
For a complete sample showing output bindings, visit this [link](<PLACEHOLDER>).
|
For a complete sample showing output bindings, visit this [link](https://github.com/dapr/samples/tree/master/5.bindings).
|
||||||
|
|
||||||
## 1. Create a binding
|
## 1. Create a binding
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue