From f69b18f4ac17c9e7f0852f6071f3734dd8e0dccf Mon Sep 17 00:00:00 2001 From: Johannes Visintini Date: Thu, 6 Jul 2017 15:22:33 +0200 Subject: [PATCH] Fix broken Links in README (#183) The former links resulted to errors from github. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3e7cbce..8e07274 100644 --- 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. -- 2.25.1