From 97391a24c1e97a0332eaa1f1e4dba87006e6705c Mon Sep 17 00:00:00 2001
From: Karl Skewes <karl.skewes@gmail.com>
Date: Tue, 30 Oct 2018 06:50:00 +1300
Subject: [PATCH] kube-prometheus: docs - fix example link

---
 docs/exposing-prometheus-alertmanager-grafana-ingress.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/exposing-prometheus-alertmanager-grafana-ingress.md b/docs/exposing-prometheus-alertmanager-grafana-ingress.md
index 68c5795a..9874dc20 100644
--- a/docs/exposing-prometheus-alertmanager-grafana-ingress.md
+++ b/docs/exposing-prometheus-alertmanager-grafana-ingress.md
@@ -98,4 +98,4 @@ In order to render the ingress objects similar to the other objects use as demon
 
 Note, that in comparison only the last line was added, the rest is identical to the original.
 
-See (../examples/ingress.jsonnet) for an example implementation.
+See [ingress.jsonnet](../examples/ingress.jsonnet) for an example implementation.
-- 
GitLab