From 7267e2a00dbb9e09d3d345443552e3b515280821 Mon Sep 17 00:00:00 2001 From: Maxim Chervonny Date: Tue, 6 Sep 2011 11:23:13 +0400 Subject: [PATCH] fixed link to blog post about using Git Hooks --- text/31_Git_Hooks/0_ Git_Hooks.markdown | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/text/31_Git_Hooks/0_ Git_Hooks.markdown b/text/31_Git_Hooks/0_ Git_Hooks.markdown index e4104506..be1941a7 100755 --- a/text/31_Git_Hooks/0_ Git_Hooks.markdown +++ b/text/31_Git_Hooks/0_ Git_Hooks.markdown @@ -354,5 +354,6 @@ to abort. ### References ### -[Git Hooks](http://www.kernel.org/pub/software/scm/git/docs/githooks.html) -* http://probablycorey.wordpress.com/2008/03/07/git-hooks-make-me-giddy/ \ No newline at end of file +* [Git Hooks](http://www.kernel.org/pub/software/scm/git/docs/githooks.html) +* ["Git hooks make me giddy" blog post](http://probablyinteractive.com/2008/11/7/Git-hooks-make-me-giddy.html) +