aboutsummaryrefslogtreecommitdiffstats
path: root/railties
diff options
context:
space:
mode:
authorSteve Klabnik <steve@steveklabnik.com>2012-09-30 09:38:01 -0700
committerSteve Klabnik <steve@steveklabnik.com>2012-09-30 09:38:01 -0700
commit24758822cbe71c9d193f1410597286f95b861042 (patch)
tree886835cf11376152ba5a72f396c2fa5756f93ade /railties
parentd77d4a89490cde4db3394bd324453c88796b4857 (diff)
downloadrails-24758822cbe71c9d193f1410597286f95b861042.tar.gz
rails-24758822cbe71c9d193f1410597286f95b861042.tar.bz2
rails-24758822cbe71c9d193f1410597286f95b861042.zip
Fix reference to code sample in Getting Started.
Fixes #7799.
Diffstat (limited to 'railties')
-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