diff options
author | Fabián Rodríguez <fabian@wyeworks.com> | 2012-03-22 23:47:45 -0300 |
---|---|---|
committer | Fabián Rodríguez <fabian@wyeworks.com> | 2012-03-23 18:15:02 -0300 |
commit | b99d95d838cce2dfa3d23ebd008802199426d300 (patch) | |
tree | 399941759635603b3b83d9e9fc61414bb201bb0f /guides/source/getting_started.textile | |
parent | 44ef59f40baaa1b776248727e23452b25d69fa1d (diff) | |
download | rails-b99d95d838cce2dfa3d23ebd008802199426d300.tar.gz rails-b99d95d838cce2dfa3d23ebd008802199426d300.tar.bz2 rails-b99d95d838cce2dfa3d23ebd008802199426d300.zip |
[getting started][ci skip] fix link to the code
Diffstat (limited to 'guides/source/getting_started.textile')
-rw-r--r-- | guides/source/getting_started.textile | 2 |
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 |