From 6f92c457a262f6f21cde6a3daccab5cc638e6bdf Mon Sep 17 00:00:00 2001 From: ibizaman Date: Fri, 21 Nov 2025 10:18:35 +0100 Subject: [PATCH] monitoring: fix link --- modules/blocks/monitoring/docs/default.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/blocks/monitoring/docs/default.md b/modules/blocks/monitoring/docs/default.md index 9d41ae4..1568716 100644 --- a/modules/blocks/monitoring/docs/default.md +++ b/modules/blocks/monitoring/docs/default.md @@ -61,8 +61,8 @@ Secrets can be randomly generated with `nix run nixpkgs#openssl -- rand -hex 64` With that, Grafana, Prometheus, Loki and Promtail are setup! You can access `Grafana` at `grafana.example.com` with user `admin` and the password from the sops key `monitoring/admin_password`. -The [user](#services-open-webui-options-shb.open-webui.ldap.userGroup) -and [admin](#services-open-webui-options-shb.open-webui.ldap.adminGroup) +The [user](#blocks-monitoring-options-shb.monitoring.ldap.userGroup) +and [admin](#blocks-monitoring-options-shb.monitoring.ldap.adminGroup) LDAP groups are created automatically. ### SMTP {#blocks-monitoring-usage-smtp}