diff options
author | Vijay Dev <vijaydev.cse@gmail.com> | 2012-04-07 22:11:47 +0530 |
---|---|---|
committer | Vijay Dev <vijaydev.cse@gmail.com> | 2012-04-07 22:11:47 +0530 |
commit | bcd22696585b6be6f088780b37195ad0b1ff0fde (patch) | |
tree | b1a5c92ed3da59da326fc2bb545c1ade8e59ce19 /guides/source/contributing_to_ruby_on_rails.textile | |
parent | 91b0ffc4fadb69590cc7197fc6497d146f469ce7 (diff) | |
parent | ef493c9259d62a761257de7ffd04258811a9f233 (diff) | |
download | rails-bcd22696585b6be6f088780b37195ad0b1ff0fde.tar.gz rails-bcd22696585b6be6f088780b37195ad0b1ff0fde.tar.bz2 rails-bcd22696585b6be6f088780b37195ad0b1ff0fde.zip |
Merge branch 'master' of github.com:lifo/docrails
Diffstat (limited to 'guides/source/contributing_to_ruby_on_rails.textile')
-rw-r--r-- | guides/source/contributing_to_ruby_on_rails.textile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/contributing_to_ruby_on_rails.textile b/guides/source/contributing_to_ruby_on_rails.textile index d0dbb1555a..fbb3483dae 100644 --- a/guides/source/contributing_to_ruby_on_rails.textile +++ b/guides/source/contributing_to_ruby_on_rails.textile @@ -42,7 +42,7 @@ h4. Install Git Ruby on Rails uses git for source code control. The "git homepage":http://git-scm.com/ has installation instructions. There are a variety of resources on the net that will help you get familiar with git: -* "Everyday Git":http://www.kernel.org/pub/software/scm/git/docs/everyday.html will teach you just enough about git to get by. +* "Everyday Git":http://schacon.github.com/git/everyday.html will teach you just enough about git to get by. * The "PeepCode screencast":https://peepcode.com/products/git on git ($9) is easier to follow. * "GitHub":http://help.github.com offers links to a variety of git resources. * "Pro Git":http://progit.org/book/ is an entire book about git with a Creative Commons license. |