Merge pull request #311814 from donovanglover/fix/enableOCR-docs

nixos/testing: fix markdown link in enableOCR description
This commit is contained in:
Aleksana
2024-05-15 15:32:09 +08:00
committed by GitHub
+1 -1
View File
@@ -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;