From 10766e1fb46770a407b2b17ade313dd5ae85054e Mon Sep 17 00:00:00 2001 From: Aaron Huslage Date: Mon, 5 May 2014 10:28:52 -0400 Subject: [PATCH] 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 (github: huslage) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5a1ad4b0ab..d77afbc443 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -82,7 +82,7 @@ editors have plugins that do this automatically, and there's also a git 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