diff --git a/concepts/bindings/README.md b/concepts/bindings/README.md index 3872c3eb0..8bc983ebe 100644 --- a/concepts/bindings/README.md +++ b/concepts/bindings/README.md @@ -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)