nixos/scrutiny: fix documentation link formatting

This commit is contained in:
dish
2025-02-12 21:03:21 +01:00
committed by Valentin Gagarin
parent d4151d6a2e
commit e5df3a7507
@@ -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 <https://github.com/AnalogJ/scrutiny/blob/master/example.scrutiny.yaml>.
'';
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 <https://github.com/AnalogJ/scrutiny/blob/master/example.collector.yaml>.
'';
default = { };
type = submodule {