From 11eb77093d1b5aa1a82bb94e20cf11da9d005f4e Mon Sep 17 00:00:00 2001 From: george thomas Date: Sun, 2 Jul 2017 09:17:05 -0400 Subject: [PATCH] Update hyperlink to Pro Git chapter and tweak anchor text - Refer to the English version of the book instead of the Cestina version - Refer to the second edition of the book - Use the absolute link to the page instead of referring to the chapter and subsection (since these have changed in the second edition and could change in a future edition) - Redo anchor text to eliminate misuse of apostrophe Fixes gh-113 --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index cd3b0ea..de87c4f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -68,7 +68,7 @@ Please carefully follow the whitespace and formatting conventions already presen Whitespace management tips 1. You can use the [AnyEdit Eclipse plugin](http://marketplace.eclipse.org/content/anyedit-tools) to ensure spaces are used and to clean up trailing whitespaces. -1. Use git's pre-commit.sample hook to prevent invalid whitespace from being pushed out. You can enable it by moving ~/spring-security/.git/hooks/pre-commit.sample to ~/spring-security/.git/hooks/pre-commit and ensuring it is executable. For more information on hooks refer to [Pro Git's Pre-Commit Hook's section](http://git-scm.com/book/cs/ch7-3.html) +1. Use git's pre-commit.sample hook to prevent invalid whitespace from being pushed out. You can enable it by moving ~/spring-security/.git/hooks/pre-commit.sample to ~/spring-security/.git/hooks/pre-commit and ensuring it is executable. For more information on hooks refer to [Pro Git's section on Git Hooks](https://git-scm.com/book/en/v2/Customizing-Git-Git-Hooks) # Add Apache license header to all new classes