Merge pull request #5596 from dotcloud/contrib-fix

Post-commit hook URL fix
This commit is contained in:
Victor Vieux 2014-05-05 13:44:48 -07:00
commit 07db13509b
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ editors have plugins that do this automatically, and there's also a git
pre-commit hook: pre-commit hook:
``` ```
curl -o .git/hooks/pre-commit https://raw.github.com/edsrzf/gofmt-git-hook/master/fmt-check && chmod +x .git/hooks/pre-commit curl -o .git/hooks/pre-commit https://raw.githubusercontent.com/edsrzf/gofmt-git-hook/master/fmt-check && chmod +x .git/hooks/pre-commit
``` ```
Pull requests descriptions should be as clear as possible and include a Pull requests descriptions should be as clear as possible and include a