mirror of https://github.com/dapr/docs.git
Removed unused link in the bindings api docs (#867)
* Removed unused link in the bindings api docs Removed the "Sending Messages to Output Bindings" link * Update bindings_api.md Updating link to new location instead of removing * Update bindings_api.md Updating to the proper anchor within this file
This commit is contained in:
parent
32930a6b01
commit
86c3996666
|
@ -9,7 +9,7 @@ Examples for bindings include ```Kafka```, ```Rabbit MQ```, ```Azure Event Hubs`
|
|||
|
||||
- [Bindings Structure](#bindings-structure)
|
||||
- [Invoking Service Code Through Input Bindings](#invoking-service-code-through-input-bindings)
|
||||
- [Sending Messages to Output Bindings](#sending-messages-to-output-bindings)
|
||||
- [Sending Messages to Output Bindings](#invoking-output-bindings)
|
||||
|
||||
## Bindings Structure
|
||||
|
||||
|
|
Loading…
Reference in New Issue