From 2b11dfca6761a4dfda6c3c14f17378573c6e97d0 Mon Sep 17 00:00:00 2001 From: Alex Mang Date: Sat, 1 Feb 2020 02:18:30 +0200 Subject: [PATCH] Fixes #304 (#305) Replaced the placeholder link to https://github.com/dapr/samples/tree/master/5.bindings Co-authored-by: Young Bu Park --- howto/send-events-with-output-bindings/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/howto/send-events-with-output-bindings/README.md b/howto/send-events-with-output-bindings/README.md index 04a94f06a..f9e3806b7 100644 --- a/howto/send-events-with-output-bindings/README.md +++ b/howto/send-events-with-output-bindings/README.md @@ -1,7 +1,7 @@ # Send events to external systems using Output Bindings 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](). +For a complete sample showing output bindings, visit this [link](https://github.com/dapr/samples/tree/master/5.bindings). ## 1. Create a binding