Skip to content

Commit f3bb954

Browse files
committed
Fix link to docs
1 parent 8ae5bb6 commit f3bb954

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/hook.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ in
107107
type = types.listOf types.str;
108108
description = lib.mdDoc
109109
''
110-
List of file types to run on. See [Filtering files with types](https://pre-commit.com/#plugins).
110+
List of file types to run on. See [Filtering files with types](https://pre-commit.com/#filtering-files-with-types).
111111
'';
112112
default = [ "file" ];
113113
};

0 commit comments

Comments
 (0)