Unverified Commit 4afa9444 authored by Donovan Glover's avatar Donovan Glover
Browse files

nixos/testing: fix markdown link in enableOCR description

parent 311cd0a3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;