From 2f9d71afdb892f399d78d454d3de8188caf259fa Mon Sep 17 00:00:00 2001 From: pennae Date: Wed, 1 Feb 2023 00:23:43 +0100 Subject: [PATCH] nixos/x11: fix some docs links the docbook stylesheets duplicated the target of these untitled links into their label, but we should do that in markdown instead. --- nixos/modules/services/x11/extra-layouts.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nixos/modules/services/x11/extra-layouts.nix b/nixos/modules/services/x11/extra-layouts.nix index 574657a50c82..9c88d12ca6f2 100644 --- a/nixos/modules/services/x11/extra-layouts.nix +++ b/nixos/modules/services/x11/extra-layouts.nix @@ -106,9 +106,9 @@ in description = lib.mdDoc '' Extra custom layouts that will be included in the xkb configuration. Information on how to create a new layout can be found here: - [](https://www.x.org/releases/current/doc/xorg-docs/input/XKB-Enhancing.html#Defining_New_Layouts). + . For more examples see - [](https://wiki.archlinux.org/index.php/X_KeyBoard_extension#Basic_examples) + ''; };