Unverified Commit b30832e0 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

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

nixos/testing: fix markdown link in enableOCR description
parents 47046687 4afa9444
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;