Fix link to commit hook script in contribute.md
License: MIT Signed-off-by: Timothy Hobbs <timothy@hobbs.cz>
Timothy Hobbs committed
Apr 15, 2017 at 15:27 UTC
3947382037126872b9638deef54bc8062017d696
1 file changed
+1
-1
contribute.md
+1
-1
@@ -73,7 +73,7 @@ properly written. It checks the following:
73
and with licensing the work under the [MIT license](docs/LICENSE).
74
75
To help you automatically add these trailers, you can run the
76
- [setup_commit_msg_hook.sh](https://raw.githubusercontent.com/ipfs/community/master/dev/tools/hooks/setup_commit_msg_hook.sh)
76
+ [setup_commit_msg_hook.sh](https://raw.githubusercontent.com/ipfs/community/master/dev/hooks/setup_commit_msg_hook.sh)
77
script which will setup a Git commit-msg hook that will add the above
78
trailers to all the commit messages you write.
79