diff options
author | Anil Wadghule <anildigital@gmail.com> | 2012-04-06 14:50:45 +0530 |
---|---|---|
committer | Vijay Dev <vijaydev.cse@gmail.com> | 2012-04-07 22:14:04 +0530 |
commit | 05d4ccffceb1089be67d35b0f6c2383a7d1378df (patch) | |
tree | 4e647e7690b7806e7bfd5955a51ad09226a03c31 /railties/guides | |
parent | bfd5c84085c22511ad8e05ab5c3f0771c1111816 (diff) | |
download | rails-05d4ccffceb1089be67d35b0f6c2383a7d1378df.tar.gz rails-05d4ccffceb1089be67d35b0f6c2383a7d1378df.tar.bz2 rails-05d4ccffceb1089be67d35b0f6c2383a7d1378df.zip |
Fix 'Everyday Git' link
Diffstat (limited to 'railties/guides')
-rw-r--r-- | railties/guides/source/contributing_to_ruby_on_rails.textile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/contributing_to_ruby_on_rails.textile b/railties/guides/source/contributing_to_ruby_on_rails.textile index dadacb9b36..c54c5be63a 100644 --- a/railties/guides/source/contributing_to_ruby_on_rails.textile +++ b/railties/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. |