aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnil Wadghule <anildigital@gmail.com>2012-04-06 14:50:45 +0530
committerAnil Wadghule <anildigital@gmail.com>2012-04-06 14:50:45 +0530
commit871cc8c429fb1ae88d8a3e8f75d52367f0a8c50a (patch)
tree6e50704b69c94a463f37d393b26fd8bb9f94c17d
parent5890ced113a63687b8ede0440ee3331449efe0af (diff)
downloadrails-871cc8c429fb1ae88d8a3e8f75d52367f0a8c50a.tar.gz
rails-871cc8c429fb1ae88d8a3e8f75d52367f0a8c50a.tar.bz2
rails-871cc8c429fb1ae88d8a3e8f75d52367f0a8c50a.zip
Fix 'Everyday Git' link
-rw-r--r--guides/source/contributing_to_ruby_on_rails.textile2
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.