Skip to content

Commit

Permalink
Merge pull request rails#7802 from steveklabnik/issue_7799
Browse files Browse the repository at this point in the history
Fix reference to code sample in Getting Started.
  • Loading branch information
fxn committed Sep 30, 2012
2 parents d77d4a8 + 2475882 commit 5cb5092
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion railties/guides/source/getting_started.textile
Expand Up @@ -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
Expand Down

0 comments on commit 5cb5092

Please sign in to comment.