Skip to content

Commit

Permalink
correcting urls in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
aniketdivekar authored and hekike committed Sep 15, 2017
1 parent 0c9bd51 commit 3bcac07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 3bcac07

Please sign in to comment.