about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorAleksana <me@aleksana.moe>2024-05-15 15:32:09 +0800
committerGitHub <noreply@github.com>2024-05-15 15:32:09 +0800
commitb30832e0189ecdbd85d3b0964226fd025c4aa5df (patch)
treebd6ecea1ff53230a5bc846be6a78342cf897de7b /nixos
parent47046687200dea3390d86e3bebce8cbf6c179ef8 (diff)
parent4afa9444ae0fe6d44c2f0e866ac28a76ae9e3a30 (diff)
Merge pull request #311814 from donovanglover/fix/enableOCR-docs
nixos/testing: fix markdown link in enableOCR description
Diffstat (limited to 'nixos')
-rw-r--r--nixos/lib/testing/driver.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/lib/testing/driver.nix b/nixos/lib/testing/driver.nix
index 7eb06e023918b..d4f8e0f0c6e38 100644
--- a/nixos/lib/testing/driver.nix
+++ b/nixos/lib/testing/driver.nix
@@ -139,7 +139,7 @@ in
     enableOCR = mkOption {
       description = ''
         Whether to enable Optical Character Recognition functionality for
-        testing graphical programs. See [Machine objects](`ssec-machine-objects`).
+        testing graphical programs. See [`Machine objects`](#ssec-machine-objects).
       '';
       type = types.bool;
       default = false;