From e88a439ff8198bbad60f05ad87b550f7ec73578b Mon Sep 17 00:00:00 2001 From: Manuel Hutter Date: Wed, 31 Jul 2024 13:39:11 +0200 Subject: [PATCH] fix(docs): Update Link to Prometheus example Signed-off-by: Manuel Hutter --- docs/modules/ROOT/pages/how-tos/check-status.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/ROOT/pages/how-tos/check-status.adoc b/docs/modules/ROOT/pages/how-tos/check-status.adoc index 3d106bf58..2b2ff854c 100644 --- a/docs/modules/ROOT/pages/how-tos/check-status.adoc +++ b/docs/modules/ROOT/pages/how-tos/check-status.adoc @@ -176,4 +176,4 @@ I1332 25:61:61.000016 1 backup.go:67] wrestic/backup "level"=0 "msg"="back The operator exposes a `:8080/metrics` endpoint for Prometheus scraping. This will give you additional metrics that can be used to find failed jobs. -See the https://github.com/k8up-io/k8up/blob/v0.1.10/manifest/examples/prometheus[Prometheus examples in our GitHub repository]. +See the https://github.com/k8up-io/k8up/tree/master/config/samples/prometheus[Prometheus examples in our GitHub repository].