We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be010b4 commit 322c5c0Copy full SHA for 322c5c0
CONTRIBUTING.md
@@ -17,7 +17,7 @@ To combine these three steps you can instead execute `tools/pre-commit`. To
17
automatically run it on every commit, create a symlink in the `.git/hooks` directory:
18
19
```sh
20
-ln -s -f ../../tools/pre-commit .git/hooks/pre-commit
+ln -s -f tools/pre-commit .git/hooks/pre-commit
21
```
22
23
## License for your Contributions
0 commit comments