Fix link on status page
authorBrian Brazil <brian.brazil@robustperception.io>
Mon, 7 Sep 2015 12:10:19 +0000 (13:10 +0100)
committerBrian Brazil <brian.brazil@robustperception.io>
Mon, 7 Sep 2015 12:10:19 +0000 (13:10 +0100)
main.go

diff --git a/main.go b/main.go
index 5e8df76f95565aea6a13c33dda73225e2b36750c..d3b4e32e48a6029e4319878a8c729b42c484bb04 100644 (file)
--- a/main.go
+++ b/main.go
@@ -105,7 +105,7 @@ func main() {
             <head><title>Blackbox Exporter</title></head>
             <body>
             <h1>Blackbox Exporter</h1>
-            <p><a href="/probe?target=prometheus.io&module=http2xx">Probe prometheus.io for http_2xx</a></p>
+            <p><a href="/probe?target=prometheus.io&module=http_2xx">Probe prometheus.io for http_2xx</a></p>
             <p><a href="/metrics">Metrics</a></p>
             </body>
             </html>`))