From 38a600b3c83d72ca5cebef07890b197a3d9b3a06 Mon Sep 17 00:00:00 2001 From: Stephen Whitmore Date: Thu, 14 Jan 2016 12:04:11 -0800 Subject: [PATCH] Fixes setuo_commit_msg_hook.sh link. --- contribute.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contribute.md b/contribute.md index 198bc52859d..2d1b16c6d11 100644 --- a/contribute.md +++ b/contribute.md @@ -44,7 +44,7 @@ properly written. It checks the following: and with licensing the work under the [MIT license](docs/LICENSE). To help you automatically add these trailers, you can run the - [setup_commit_msg_hook.sh](dev/tools/hooks/setup_commit_msg_hook.sh) + [setup_commit_msg_hook.sh](https://github.com/ipfs/community/blob/master/dev/tools/hooks/setup_commit_msg_hook.sh) script which will setup a Git commit-msg hook that will add the above trailers to all the commit messages you write.