From 612943701a0e2963889d5f91fcf2bd5fb73067c9 Mon Sep 17 00:00:00 2001 From: Ori Zohar Date: Thu, 13 Aug 2020 13:23:40 -0700 Subject: [PATCH] Fixing broken link to sample --- 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 893ede4d8..bd5f032b0 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](https://github.com/dapr/samples/tree/master/5.bindings). +For a complete sample showing output bindings, visit this [link](https://github.com/dapr/quickstarts/tree/master/bindings). Watch this [video](https://www.youtube.com/watch?v=ysklxm81MTs&feature=youtu.be&t=1960) on how to use bi-directional output bindings.