From f51416ba99a76225ca6db144f39c3989ab55748b Mon Sep 17 00:00:00 2001
From: Max Inden <IndenML@gmail.com>
Date: Mon, 13 Mar 2017 09:26:20 +0100
Subject: [PATCH] Update README.md

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index d1becdd7..e4ed7a7a 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@ which manages Prometheus servers and their configuration in a cluster. With a si
 * The Operator itself
 * The Prometheus [node_exporter](https://github.com/prometheus/node_exporter)
 * [kube-state-metrics](https://github.com/kubernetes/kube-state-metrics)
-* The [Prometheus specification](https://github.com/coreos/prometheus-operator/blob/master/Documentation/prometheus.md) based on which the Operator deploys a Prometheus setup
+* The [Prometheus specification](https://github.com/coreos/prometheus-operator/blob/master/Documentation/api.md#prometheus) based on which the Operator deploys a Prometheus setup
 * A Prometheus configuration covering monitoring of all Kubernetes core components and exporters
 * A default set of alerting rules on the cluster component's health
 * A Grafana instance serving dashboards on cluster metrics
-- 
GitLab