aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2012-09-30 10:01:09 -0700
committerXavier Noria <fxn@hashref.com>2012-09-30 10:01:09 -0700
commit5cb5092a70e97d64c5df6fa899548ba44d1d066e (patch)
tree886835cf11376152ba5a72f396c2fa5756f93ade /railties/guides/source
parentd77d4a89490cde4db3394bd324453c88796b4857 (diff)
parent24758822cbe71c9d193f1410597286f95b861042 (diff)
downloadrails-5cb5092a70e97d64c5df6fa899548ba44d1d066e.tar.gz
rails-5cb5092a70e97d64c5df6fa899548ba44d1d066e.tar.bz2
rails-5cb5092a70e97d64c5df6fa899548ba44d1d066e.zip
Merge pull request #7802 from steveklabnik/issue_7799
Fix reference to code sample in Getting Started.
Diffstat (limited to 'railties/guides/source')
-rw-r--r--railties/guides/source/getting_started.textile2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/getting_started.textile b/railties/guides/source/getting_started.textile
index 0bcd50a1c4..c32a23c50b 100644
--- a/railties/guides/source/getting_started.textile
+++ b/railties/guides/source/getting_started.textile
@@ -221,7 +221,7 @@ h3. Creating a New Rails Project
The best way to use this guide is to follow each step as it happens, no code or
step needed to make this example application has been left out, so you can
-literally follow along step by step. You can get the complete code "here":https://github.com/lifo/docrails/tree/master/railties/guides/code/getting_started.
+literally follow along step by step. You can get the complete code "here":https://github.com/rails/rails/tree/3-2-stable/railties/guides/code/getting_started.
By following along with this guide, you'll create a Rails project called <tt>blog</tt>, a
(very) simple weblog. Before you can start building the application, you need to