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.
pull/2323/head
Martin Lehmann 9 years ago committed by Brian Brazil
parent 90dd216646
commit 78fae3155f
  1. 4
      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

Loading…
Cancel
Save