Fix Docker Hub markdown link (#5032)

The syntax is [Text](link), but it was [Text[(link).

Signed-off-by: Parker Moore <parkrmoore@gmail.com>
pull/5034/head
Parker Moore 7 years ago committed by Brian Brazil
parent dbe55c1352
commit a15a5a2ba0
  1. 2
      docs/installation.md

@ -20,7 +20,7 @@ the respective repository.
All Prometheus services are available as Docker images on
[Quay.io](https://quay.io/repository/prometheus/prometheus) or
[Docker Hub[(https://hub.docker.com/u/prom/).
[Docker Hub](https://hub.docker.com/u/prom/).
Running Prometheus on Docker is as simple as `docker run -p 9090:9090
prom/prometheus`. This starts Prometheus with a sample

Loading…
Cancel
Save