Fix link to pre-commit hook (#1431)

This commit is contained in:
Marcin Jachymiak 2018-08-27 17:20:21 -04:00 committed by Ignotus Peverell
parent bd03528d33
commit dd164e153d

View file

@ -32,7 +32,7 @@ and verify you did get version `0.3.4-nightly (6714a44 2017-12-23)` or newer.
## Install git pre-commit hook
There is a basic git [pre-commit](../.hooks/pre-commit) hook in the repo.
There is a basic git [pre-commit](.hooks/pre-commit) hook in the repo.
The pre-commit hook will not prevent commits if style issues are present but it will
indicate any files that need formatting.