From 4afa9444ae0fe6d44c2f0e866ac28a76ae9e3a30 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Tue, 14 May 2024 21:08:00 -0400 Subject: [PATCH] nixos/testing: fix markdown link in enableOCR description --- nixos/lib/testing/driver.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/lib/testing/driver.nix b/nixos/lib/testing/driver.nix index 7eb06e023918..d4f8e0f0c6e3 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;