We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98f7c5d commit d8088e6Copy full SHA for d8088e6
examples/prometheus/README.md
@@ -5,8 +5,8 @@ To run a demo Prometheus, you'll need to follow these steps:
5
* Have a Django application running and exporting its stats. The
6
provided `prometheus.yml` assumes the stats are exported at
7
`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/].
+* Install Prometheus by cloning it somewhere, see the [installation
+ instructions](http://prometheus.io/docs/introduction/install/).
10
Let's assume you cloned it to `~/prometheus`.
11
* Run prometheus like this:
12
```shell
0 commit comments