1
0
Fork 0
mirror of https://github.com/capistrano/capistrano synced 2023-03-27 23:21:18 -04:00

Replace a dead link in README

Replace a dead link in the README about how to write good
git commit messages with a link to the canonical article on 
the subject by Tim Pope (@tpope).
This commit is contained in:
Michael Hutchinson 2013-02-22 12:18:25 -08:00
parent ef1c3a6fd8
commit 57b1593aa1

View file

@ -68,7 +68,7 @@ tasks.
* Push to your branch - `git push origin my_branch`
* Create a Pull Request from your branch, include as much documentation
as you can in the commit message/pull request, following these
[guidelines on writing a good commit message](http://spheredev.org/wiki/Git_for_the_lazy#Writing_good_commit_messages)
[guidelines on writing a good commit message](http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html)
* That's it!