From 2408e243b2188618686718015c0e9957c174d4b6 Mon Sep 17 00:00:00 2001
From: hsinhoyeh <yhh92u@gmail.com>
Date: Sun, 20 May 2018 10:53:31 +0800
Subject: [PATCH] fix again

---
 README.md                        | 2 +-
 docs/monitoring-external-etcd.md | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 047a4c97..3230567d 100644
--- a/README.md
+++ b/README.md
@@ -203,7 +203,7 @@ local daemonset = k.apps.v1beta2.daemonSet;
 
 ### Customizing Prometheus alerting/recording rules and Grafana dashboards
 
-See [developing alerts and dashboards](developing-alerts-and-dashboards.md) guide.
+See [developing alerts and dashboards](developing-prometheus-rules-and-grafana-dashboards.md) guide.
 
 ## Example
 
diff --git a/docs/monitoring-external-etcd.md b/docs/monitoring-external-etcd.md
index f46f4010..bfdc58a3 100644
--- a/docs/monitoring-external-etcd.md
+++ b/docs/monitoring-external-etcd.md
@@ -153,10 +153,10 @@ https://grafana.com/dashboards/3070
 
 ## Save the dashboard in the configmap
 
-As documented here, [Developing Alerts and Dashboards](developing-alerts-and-dashboards.md), the Grafana instances are stateless. The dashboards are automatically re-loaded from the ConfigMap.
+As documented here, [Developing Alerts and Dashboards](developing-prometheus-rules-and-grafana-dashboards.md), the Grafana instances are stateless. The dashboards are automatically re-loaded from the ConfigMap.
 So if you load a dashboard through the Grafana UI, it won't be kept unless saved in ConfigMap
 
-Read [the document](developing-alerts-and-dashboards.md), but in summary:
+Read [the document](developing-prometheus-rules-and-grafana-dashboards.md), but in summary:
 
 ### Copy your dashboard:
 Once you are happy with the dashboard, export it and move it to `prometheus-operator/contrib/kube-prometheus/assets/grafana/` (ending in "-dashboard.json")
-- 
GitLab