From 78fae3155fa7bcf349d9513b791bde6582b54c17 Mon Sep 17 00:00:00 2001 From: Martin Lehmann Date: Tue, 3 Jan 2017 21:07:33 +0100 Subject: [PATCH] Make relative links in README.md absolute (#2316) The relative links don't work in other pages that render the README (for example https://hub.docker.com/r/prom/prometheus/). As they are (hopefully) not due to change any time soon, I think using absolute links is better. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 308a253fbb..c678e24dbb 100644 --- a/README.md +++ b/README.md @@ -86,11 +86,11 @@ The Makefile provides several targets: ## Contributing -Refer to [CONTRIBUTING.md](CONTRIBUTING.md) +Refer to [CONTRIBUTING.md](https://github.com/prometheus/prometheus/blob/master/CONTRIBUTING.md) ## License -Apache License 2.0, see [LICENSE](LICENSE). +Apache License 2.0, see [LICENSE](https://github.com/prometheus/prometheus/blob/master/LICENSE). [travis]: https://travis-ci.org/prometheus/prometheus