nixos/networkd-dispatcher: fix links in doc

Ill-formatted markdown links fixed.
This commit is contained in:
res0Nanz 2024-06-20 00:52:12 +08:00
parent ae96067a6d
commit 16d8c11a33

View File

@ -13,7 +13,7 @@ in {
enable = mkEnableOption ''
Networkd-dispatcher service for systemd-networkd connection status
change. See [https://gitlab.com/craftyguy/networkd-dispatcher](upstream instructions)
change. See [upstream instructions](https://gitlab.com/craftyguy/networkd-dispatcher)
for usage.
'';
@ -35,7 +35,7 @@ in {
'';
description = ''
Declarative configuration of networkd-dispatcher rules. See
[https://gitlab.com/craftyguy/networkd-dispatcher](upstream instructions)
[upstream instructions](https://gitlab.com/craftyguy/networkd-dispatcher)
for an introduction and example scripts.
'';
type = types.attrsOf (types.submodule {