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)
| ... | ... |
@@ -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 |