Fix broken links to binding docs. Fixes #731 (#763)

This commit is contained in:
Adam J Wolf 2020-08-21 11:50:11 -05:00 committed by GitHub
parent 2fd7fe01b6
commit 9e335046bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -91,6 +91,6 @@ In order to invoke an output binding:
## Related Topics
* [Implementing a new binding](https://github.com/dapr/docs/tree/master/reference/specs/bindings)
* [Trigger a service from different resources with input bindings](./trigger-app-with-input-binding)
* [Invoke different resources using output bindings](./send-events-with-output-bindings)
* [Trigger a service from different resources with input bindings](../../howto/trigger-app-with-input-binding)
* [Invoke different resources using output bindings](../../howto/send-events-with-output-bindings)