Update shell link to allow wget
The link to the commit file shell link should be to the raw file. That makes it easier for peopel to wget it without caring about using GitHubs interface. Perhaps this should also be hosted on IPFS License: MIT Signed-off-by: Richard Littauer <richard.littauer@gmail.com>
Richard Littauer committed
May 9, 2016 at 10:43 UTC
0f21dcb39c5b5aa9f594d5641662b4295df65f20
1 file changed
+1
-1
contribute.md
+1
-1
@@ -44,7 +44,7 @@ properly written. It checks the following:
44
and with licensing the work under the [MIT license](docs/LICENSE).
45
46
To help you automatically add these trailers, you can run the
47
- [setup_commit_msg_hook.sh](https://github.com/ipfs/community/blob/master/dev/tools/hooks/setup_commit_msg_hook.sh)
47
+ [setup_commit_msg_hook.sh](https://raw.githubusercontent.com/ipfs/community/master/dev/tools/hooks/setup_commit_msg_hook.sh)
48
script which will setup a Git commit-msg hook that will add the above
49
trailers to all the commit messages you write.
50