nixos/testing: fix markdown link in enableOCR description

This commit is contained in:
Donovan Glover 2024-05-14 21:08:00 -04:00
parent 311cd0a3d8
commit 4afa9444ae
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

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;