Skip to content

Commit

Permalink
fix dead link in CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fmbenhassine committed Apr 10, 2018
1 parent 60e273c commit 24ab792
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 @@ -155,7 +155,7 @@ Search the codebase to find related unit tests and add additional @Test methods

## Squash commits

Use `git rebase --interactive`, `git add --patch` and other tools to "squash" multiple commits into atomic changes. In addition to the man pages for git, there are many resources online to help you understand how these tools work. Here is one: http://book.git-scm.com/4_interactive_rebasing.html.
Use `git rebase --interactive`, `git add --patch` and other tools to "squash" multiple commits into atomic changes. In addition to the man pages for git, there are many resources online to help you understand how these tools work. Here is one: https://book.git-scm.com/book/en/v2/Git-Tools-Rewriting-History#_squashing .

## Use your real name in git commits

Expand Down

0 comments on commit 24ab792

Please sign in to comment.