Skip to content

Commit d8088e6

Browse files
roaldnefskorfuri
authored andcommitted
Update example README.md
Update example README.md to use the correct markdown syntax for links.
1 parent 98f7c5d commit d8088e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/prometheus/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ To run a demo Prometheus, you'll need to follow these steps:
55
* Have a Django application running and exporting its stats. The
66
provided `prometheus.yml` assumes the stats are exported at
77
`http://127.0.0.1:8000/metrics`.
8-
* Install Prometheus by cloning it somewhere, see the (installation
9-
instructions)[http://prometheus.io/docs/introduction/install/].
8+
* Install Prometheus by cloning it somewhere, see the [installation
9+
instructions](http://prometheus.io/docs/introduction/install/).
1010
Let's assume you cloned it to `~/prometheus`.
1111
* Run prometheus like this:
1212
```shell

0 commit comments

Comments
 (0)