From e5df3a75077f68200a665b7f12ecaa77d1836d33 Mon Sep 17 00:00:00 2001 From: dish Date: Wed, 12 Feb 2025 11:20:33 -0500 Subject: [PATCH] nixos/scrutiny: fix documentation link formatting --- nixos/modules/services/monitoring/scrutiny.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nixos/modules/services/monitoring/scrutiny.nix b/nixos/modules/services/monitoring/scrutiny.nix index 37a991674dae..3265d94f6cd3 100644 --- a/nixos/modules/services/monitoring/scrutiny.nix +++ b/nixos/modules/services/monitoring/scrutiny.nix @@ -35,7 +35,7 @@ in description = '' Scrutiny settings to be rendered into the configuration file. - See https://github.com/AnalogJ/scrutiny/blob/master/example.scrutiny.yaml. + See . ''; default = { }; type = submodule { @@ -129,7 +129,7 @@ in description = '' Collector settings to be rendered into the collector configuration file. - See https://github.com/AnalogJ/scrutiny/blob/master/example.collector.yaml. + See . ''; default = { }; type = submodule {