From f4ca5e3d466d6b772240fc52b8edd0e4e9238039 Mon Sep 17 00:00:00 2001 From: Andreas Deininger Date: Fri, 3 Jan 2025 10:33:17 +0100 Subject: [PATCH] Fix broken link --- src/docs/markdown/metrics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/markdown/metrics.md b/src/docs/markdown/metrics.md index 8dacd25..7a14283 100644 --- a/src/docs/markdown/metrics.md +++ b/src/docs/markdown/metrics.md @@ -29,7 +29,7 @@ If using JSON, add `"metrics": {}` to your [`apps > http > servers` configuratio [Prometheus](https://prometheus.io) is a monitoring platform that collects metrics from monitored targets by scraping metrics HTTP endpoints on these -targets. As well as helping you to display metrics with a dashboarding tool like [Grafana](https://grafana.com/docs/grafana/latest/getting-started/what-is-grafana/), Prometheus is also used for [alerting](https://prometheus.io/docs/alerting/latest/overview/). +targets. As well as helping you to display metrics with a dashboarding tool like [Grafana](https://grafana.com/docs/grafana/latest/introduction/), Prometheus is also used for [alerting](https://prometheus.io/docs/alerting/latest/overview/). Like Caddy, Prometheus is written in Go and distributed as a single binary. To install it, see the [Prometheus Installation docs](https://prometheus.io/docs/prometheus/latest/installation/),