From a15a5a2ba095efff1012d735ecc7ecea4224ca7d Mon Sep 17 00:00:00 2001 From: Parker Moore <237985+parkr@users.noreply.github.com> Date: Sat, 22 Dec 2018 13:04:34 -0500 Subject: [PATCH] Fix Docker Hub markdown link (#5032) The syntax is [Text](link), but it was [Text[(link). Signed-off-by: Parker Moore --- docs/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.md b/docs/installation.md index 931402b37..c3fe75252 100644 --- a/docs/installation.md +++ b/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