From dd164e153db81381a31a51dbbe5dc9fdabd0c5e2 Mon Sep 17 00:00:00 2001 From: Marcin Jachymiak Date: Mon, 27 Aug 2018 17:20:21 -0400 Subject: [PATCH] Fix link to pre-commit hook (#1431) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a0502049c..cae8e31e2 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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.