From 0bf7fb12184d7eafe561110d816af40feaf1e001 Mon Sep 17 00:00:00 2001 From: dish Date: Wed, 12 Feb 2025 11:16:03 -0500 Subject: [PATCH] nixos/asusd: fix documentation link formatting --- nixos/modules/services/hardware/asusd.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/nixos/modules/services/hardware/asusd.nix b/nixos/modules/services/hardware/asusd.nix index 07b39bce64f4..fccb0c04a5d7 100644 --- a/nixos/modules/services/hardware/asusd.nix +++ b/nixos/modules/services/hardware/asusd.nix @@ -64,7 +64,7 @@ in default = null; description = '' The content of /etc/asusd/anime.ron. - See https://asus-linux.org/asusctl/#anime-control. + See . ''; }; @@ -73,7 +73,7 @@ in default = null; description = '' The content of /etc/asusd/asusd.ron. - See https://asus-linux.org/asusctl/. + See . ''; }; @@ -82,7 +82,7 @@ in default = { }; description = '' The content of /etc/asusd/aura_.ron. - See https://asus-linux.org/asusctl/#led-keyboard-control. + See . ''; }; @@ -91,7 +91,7 @@ in default = null; description = '' The content of /etc/asusd/profile.ron. - See https://asus-linux.org/asusctl/#profiles. + See . ''; }; @@ -100,7 +100,7 @@ in default = null; description = '' The content of /etc/asusd/fan_curves.ron. - See https://asus-linux.org/asusctl/#fan-curves. + See . ''; }; @@ -109,7 +109,7 @@ in default = null; description = '' The content of /etc/asusd/asusd-user-ledmodes.ron. - See https://asus-linux.org/asusctl/#led-keyboard-control. + See . ''; }; };