From 3bcac074ab5f600f734c46c30dc386b0043e8821 Mon Sep 17 00:00:00 2001 From: Aniket Divekar Date: Fri, 15 Sep 2017 18:08:11 +0530 Subject: [PATCH] correcting urls in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 73432bc..4a62c97 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Host machine IP address: `ifconfig | grep 'inet 192'| awk '{ print $2}'` docker run -p 9090:9090 -v "$(pwd)/prometheus-data":/prometheus-data prom/prometheus -config.file=/prometheus-data/prometheus.yml ``` -Open Prometheus: [http://http://localhost:9090](http://http://localhost:9090/graph) +Open Prometheus: [http://localhost:9090](http://localhost:9090/graph) ### Example Queries @@ -123,7 +123,7 @@ States of active alerts: `pending`, `firing` docker run -i -p 3000:3000 grafana/grafana ``` -[Open Grafana: http://http://localhost:3000](http://http://localhost:3000) +[Open Grafana: http://localhost:3000](http://localhost:3000) ``` Username: admin