aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/getting_started.textile
diff options
context:
space:
mode:
authorVijay Dev <vijaydev.cse@gmail.com>2012-03-24 17:15:10 +0530
committerVijay Dev <vijaydev.cse@gmail.com>2012-03-24 17:15:10 +0530
commit014498e1d74decd57d44d45c187fa4f4b968b811 (patch)
tree948610d910d28fc976cdffffd533879a16b01557 /guides/source/getting_started.textile
parent780ab582091cf06ded9540a5d4fef23086e9bac3 (diff)
parent2fab826db055f7b59bb83b834d730d69c8c7b25e (diff)
downloadrails-014498e1d74decd57d44d45c187fa4f4b968b811.tar.gz
rails-014498e1d74decd57d44d45c187fa4f4b968b811.tar.bz2
rails-014498e1d74decd57d44d45c187fa4f4b968b811.zip
Merge branch 'master' of github.com:lifo/docrails
Conflicts: guides/source/ruby_on_rails_guides_guidelines.textile
Diffstat (limited to 'guides/source/getting_started.textile')
-rw-r--r--guides/source/getting_started.textile2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/getting_started.textile b/guides/source/getting_started.textile
index fdae21caf2..0a85c84155 100644
--- a/guides/source/getting_started.textile
+++ b/guides/source/getting_started.textile
@@ -73,7 +73,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/lifo/docrails/tree/master/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