nixos/testing: fix markdown link in enableOCR description
This commit is contained in:
@@ -139,7 +139,7 @@ in
|
|||||||
enableOCR = mkOption {
|
enableOCR = mkOption {
|
||||||
description = ''
|
description = ''
|
||||||
Whether to enable Optical Character Recognition functionality for
|
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;
|
type = types.bool;
|
||||||
default = false;
|
default = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user