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:
Tyler Murry 2020-10-15 16:10:30 -05:00 committed by GitHub
parent 32930a6b01
commit 86c3996666
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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