Browse code

Post-commit hook URL fix

Updating CONTRIBUTING to include the correct URL for the post-commit hook.

Docker-DCO-1.1-Signed-off-by: Aaron Huslage <huslage@gmail.com> (github: huslage)

Aaron Huslage authored on 2014/05/05 23:28:52
Showing 1 changed files
... ...
@@ -82,7 +82,7 @@ editors have plugins that do this automatically, and there's also a git
82 82
 pre-commit hook:
83 83
 
84 84
 ```
85
-curl -o .git/hooks/pre-commit https://raw.github.com/edsrzf/gofmt-git-hook/master/fmt-check && chmod +x .git/hooks/pre-commit
85
+curl -o .git/hooks/pre-commit https://raw.githubusercontent.com/edsrzf/gofmt-git-hook/master/fmt-check && chmod +x .git/hooks/pre-commit
86 86
 ```
87 87
 
88 88
 Pull requests descriptions should be as clear as possible and include a