From 3be1088380d957c4dd936ac5c5f96b5e8c4e01f0 Mon Sep 17 00:00:00 2001 From: Greg Ingram Date: Sat, 26 Oct 2019 10:57:04 -0400 Subject: [PATCH] Fix best-practices link (#198) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ed9bf499e..d4b372d60 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Welcome to the Dapr documentation repository. You can learn more about Dapr from - **[Quickstarts and samples](./quickstart)** - Quickstart guides and samples for developing applications - **[Concepts](./concepts)** - Dapr concepts explained - **[How-Tos](./howto)** - Guides explaining how to accomplish specific tasks -- **[Best practices](./howto)** - Guides explaining best practices using Dapr including [debugging and troubleshooting](https://github.com/dapr/docs/tree/master/best-practices/troubleshooting) +- **[Best practices](./best-practices)** - Guides explaining best practices using Dapr including [debugging and troubleshooting](https://github.com/dapr/docs/tree/master/best-practices/troubleshooting) - **[Reference](./reference)** - Detailed reference documentation ## Document versions