From 4d76f3685bca5cc22f2160a5ecf64d127b0b3830 Mon Sep 17 00:00:00 2001 From: Mai-Lapyst <67418776+Mai-Lapyst@users.noreply.github.com> Date: Fri, 13 Mar 2026 19:17:22 +0100 Subject: [PATCH] Fix link to prek's source repository --- plugins/pre-commit/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/pre-commit/README.md b/plugins/pre-commit/README.md index e098ea2e8..06dc6e442 100644 --- a/plugins/pre-commit/README.md +++ b/plugins/pre-commit/README.md @@ -1,7 +1,7 @@ # Pre-commit plugin This plugin adds aliases for common commands of [pre-commit](https://pre-commit.com/). -It also supports [prek](https://github.com/prek/prek) as a drop-in replacement. +It also supports [prek](https://github.com/j178/prek) as a drop-in replacement. If `prek` is available, it will be used; otherwise, `pre-commit` is used as fallback. To use this plugin, add it to the plugins array in your zshrc file: