Skip to content

Commit

Permalink
Fix link to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sandydoo committed Apr 1, 2024
1 parent 8ae5bb6 commit f3bb954
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/hook.nix
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ in
type = types.listOf types.str;
description = lib.mdDoc
''
List of file types to run on. See [Filtering files with types](https://pre-commit.com/#plugins).
List of file types to run on. See [Filtering files with types](https://pre-commit.com/#filtering-files-with-types).
'';
default = [ "file" ];
};
Expand Down

0 comments on commit f3bb954

Please sign in to comment.