From 4e4b00bb5cdb7ce11d77f6a23b49b3aaf5036157 Mon Sep 17 00:00:00 2001
From: eedugon <edu.gherran@gmail.com>
Date: Wed, 2 Aug 2017 11:42:24 +0200
Subject: [PATCH] link in dashboard section

Including a link in dashboard section to the document with all the details (docs/developing-alerts-and-dashboards.md)
---
 README.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/README.md b/README.md
index 6dbc5629..82cb7a80 100644
--- a/README.md
+++ b/README.md
@@ -79,6 +79,8 @@ sidecar container aims to emulate the behavior, by keeping the Grafana database
 with the provided ConfigMap. Hence, the Grafana pod is effectively stateless.
 This allows managing dashboards via `git` etc. and easily deploying them via CD pipelines.
 
+For information about how to update/handle the dashboards check [Developing alerts and dashboards](docs/developing-alerts-and-dashboards.md) doc.
+
 In the future, a separate Grafana operator will support gathering dashboards from multiple
 ConfigMaps based on label selection.
 
-- 
GitLab