nixos/scrutiny: fix documentation link formatting

Changed files
+2 -2
nixos
modules
services
monitoring
+2 -2
nixos/modules/services/monitoring/scrutiny.nix
···
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 {
···
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 {