Fix broken Links in README (#183)
authorJohannes Visintini <github@joker234.de>
Thu, 6 Jul 2017 13:22:33 +0000 (15:22 +0200)
committerBrian Brazil <brian.brazil@robustperception.io>
Thu, 6 Jul 2017 13:22:33 +0000 (14:22 +0100)
The former links resulted to errors from github.

README.md

index 3e7cbce1b2c36db83d54fc8f30a53bd3699a9863..8e072744ff2ac74e2f57dac30040e78f14c93813 100644 (file)
--- a/README.md
+++ b/README.md
@@ -32,9 +32,9 @@ A configuration reload is triggered by sending a `SIGHUP` to the Blackbox export
 To view all available command-line flags, run `./blackbox_exporter -h`.
 
 To specify which configuration file to load, use the `-config.file` flag.
-The file is written in [YAML format](https://en.wikipedia.org/wiki/YAML), defined by the scheme described which can be found [here.](https://github.com/prometheus/blackbox_exporter/configuration.md)
+The file is written in [YAML format](https://en.wikipedia.org/wiki/YAML), defined by the scheme described which can be found [here.](https://github.com/prometheus/blackbox_exporter/blob/master/CONFIGURATION.md)
 
-Additionally, an [example configuration](https://github.com/prometheus/blackbox_exporter/example.yml) is also available.
+Additionally, an [example configuration](https://github.com/prometheus/blackbox_exporter/blob/master/example.yml) is also available.
 
 HTTP, HTTPS (via the `http` prober), DNS, TCP socket and ICMP (see permissions section) are currently supported.
 Additional modules can be defined to meet your needs.