From 4bb20630471ee22f4c746ccb5519ddc80b9f91b3 Mon Sep 17 00:00:00 2001 From: Fabian Reinartz Date: Wed, 7 Sep 2016 14:32:48 +0200 Subject: [PATCH] readme: point to prometheus.io download section --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e788f47b2..1077f281b 100644 --- a/README.md +++ b/README.md @@ -34,17 +34,17 @@ There are various ways of installing Prometheus. ### Precompiled binaries Precompiled binaries for released versions are available in the -[*releases* section](https://github.com/prometheus/prometheus/releases) -of the GitHub repository. Using the latest production release binary +[*download* section](https://prometheus.io/download/) +on [prometheus.io](https://prometheus.io). Using the latest production release binary is the recommended way of installing Prometheus. See the [Installing](https://prometheus.io/docs/introduction/install/) chapter in the documentation for all the details. Debian packages [are available](https://packages.debian.org/sid/net/prometheus). -### Container images +### Docker images -Container images are available on [Quay.io](https://quay.io/repository/prometheus/prometheus). +Docker images are available on [Quay.io](https://quay.io/repository/prometheus/prometheus). ### Building from source