Skip to content

Commit f998fea

Browse files
authored
Merge pull request #1018 from MaxymVlasov/patch-2
docs: Fix broken link
2 parents 1afe2f6 + 8be9468 commit f998fea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sections/hooks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ for example, here's some searches you may find useful using [sourcegraph]:
138138

139139
- 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)
140140
- 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]")
141-
- pre-commit configurations in popular projects: [`file:^\.pre-commit-config\.yaml$`](https://sourcegraph.com/search?q=context:global+file:^\.pre-commit-hooks\.yaml")
141+
- pre-commit configurations in popular projects: [`file:^\.pre-commit-config\.yaml$`](https://sourcegraph.com/search?q=context:global+file:^\.pre-commit-hooks\.yaml)
142142

143143
[sourcegraph]: https://sourcegraph.com/search
144144

0 commit comments

Comments
 (0)