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.
This commit is contained in:
Martin Lehmann 2017-01-03 21:07:33 +01:00 committed by Brian Brazil
parent 90dd216646
commit 78fae3155f

View file

@ -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