From c700d9fed0ab036349787a951b4d41b5431b0921 Mon Sep 17 00:00:00 2001 From: Young Bu Park Date: Thu, 12 Mar 2020 13:19:43 -0700 Subject: [PATCH] Fix broken link for templates (#436) Fix broken link for templates --- reference/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/README.md b/reference/README.md index 0c0e5469c..df8959282 100644 --- a/reference/README.md +++ b/reference/README.md @@ -9,4 +9,4 @@ - [Service Invocation](./api/service_invocation_api.md) - [State Management](./api/state_api.md) - **[Dapr Binding Specs](./specs/bindings)**: Bindings provide triggers and interactions with external resources and services -- **[Monitoring Dashboard templates](./monitoring/README.md)**: Monitoring dashboard templates help Dapr user to monitor Dapr services by importing templates to their monitoring tools +- **[Monitoring Dashboard templates](./dashboard/README.md)**: Monitoring dashboard templates help Dapr user to monitor Dapr services by importing templates to their monitoring tools