From 50954289ede630b82d3fbf128a63a433b28379ef Mon Sep 17 00:00:00 2001 From: Maksym Vlasov Date: Mon, 17 Mar 2025 14:26:36 +0200 Subject: [PATCH] docs: Fix missleading link It was copy-pasted from previous link for shell, and currently point to wrong search result. This PR fix that. --- sections/hooks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sections/hooks.md b/sections/hooks.md index 8796a4da..40d17c36 100644 --- a/sections/hooks.md +++ b/sections/hooks.md @@ -138,7 +138,7 @@ for example, here's some searches you may find useful using [sourcegraph]: - hooks which run on python files: [`file:^\.pre-commit-hooks\.yaml$ "types: [python]"`](https://sourcegraph.com/search?q=context:global+file:^\.pre-commit-hooks\.yaml%24+%22types:+[python]%22) - hooks which run on shell files: [`file:^\.pre-commit-hooks\.yaml$ "types: [shell]"`](https://sourcegraph.com/search?q=context:global+file:^\.pre-commit-hooks\.yaml%24+"types:+[shell]") -- pre-commit configurations in popular projects: [`file:^\.pre-commit-config\.yaml$`](https://sourcegraph.com/search?q=context:global+file:^\.pre-commit-hooks\.yaml%24+"types:+[shell]") +- pre-commit configurations in popular projects: [`file:^\.pre-commit-config\.yaml$`](https://sourcegraph.com/search?q=context:global+file:^\.pre-commit-hooks\.yaml") [sourcegraph]: https://sourcegraph.com/search