Skip to content

Commit

Permalink
Update hyperlink to Pro Git chapter and tweak anchor text
Browse files Browse the repository at this point in the history
- 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 spring-projectsgh-113
  • Loading branch information
smoothreggae authored and rwinch committed Mar 9, 2018
1 parent f375cb2 commit 11eb770
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 11eb770

Please sign in to comment.