about summary refs log tree commit diff
diff options
context:
space:
mode:
authorres0Nanz <8792460+res0Nanz@users.noreply.github.com>2024-06-20 00:52:12 +0800
committerres0Nanz <8792460+res0Nanz@users.noreply.github.com>2024-06-20 00:52:12 +0800
commit16d8c11a33452b57e4604c9644953e7b6897a127 (patch)
treef846715f3eea4f2ba91f97173d0e9108f47f534f
parentae96067a6de4955c3d39b613cea507603970c5c1 (diff)
nixos/networkd-dispatcher: fix links in doc
Ill-formatted markdown links fixed.
-rw-r--r--nixos/modules/services/networking/networkd-dispatcher.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/modules/services/networking/networkd-dispatcher.nix b/nixos/modules/services/networking/networkd-dispatcher.nix
index 039888e3c0646..dc8a5e6d7419e 100644
--- a/nixos/modules/services/networking/networkd-dispatcher.nix
+++ b/nixos/modules/services/networking/networkd-dispatcher.nix
@@ -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 {