From 01bf945a812cda36ac878135af3708a8f4c2df89 Mon Sep 17 00:00:00 2001 From: Chris Poole Date: Mon, 23 Nov 2020 17:52:43 +0000 Subject: [PATCH] Fix dapr docs "Getting started" link (#808) --- docs/recipes/dapr.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/recipes/dapr.md b/docs/recipes/dapr.md index f9102c50..4bebee0a 100644 --- a/docs/recipes/dapr.md +++ b/docs/recipes/dapr.md @@ -8,7 +8,7 @@ This document will describe how to integrate a Dapr application with Tye. See Da ## Getting Started with Dapr -Getting started documentation for Dapr can be found [here](https://github.com/dapr/docs/tree/master/getting-started) +Getting started documentation for Dapr can be found [here](https://docs.dapr.io/getting-started/) ## Sample Code