Skip to content

Commit 322c5c0

Browse files
zhujinxuannikic
authored andcommitted
Fix relative path of pre-commit
1 parent be010b4 commit 322c5c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ To combine these three steps you can instead execute `tools/pre-commit`. To
1717
automatically run it on every commit, create a symlink in the `.git/hooks` directory:
1818

1919
```sh
20-
ln -s -f ../../tools/pre-commit .git/hooks/pre-commit
20+
ln -s -f tools/pre-commit .git/hooks/pre-commit
2121
```
2222

2323
## License for your Contributions

0 commit comments

Comments
 (0)