diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a9ad7aa0f..be95f7fa4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -11,8 +11,8 @@ We strongly recommend that you set up these git hooks on your machine by: ```sh # sh # in the project root, run: -ln -sf ../../.scripts/pre-commit .git/hooks/pre-commit -ln -sf ../../.scripts/post-commit .git/hooks/post-commit +ln -sf .scripts/pre-commit .git/hooks/pre-commit +ln -sf .scripts/post-commit .git/hooks/post-commit ``` > **Note that our CI will fail your PR if you dont run `mix format` in the project