mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
[getting started][ci skip] fix link to the code
This commit is contained in:
parent
44ef59f40b
commit
b99d95d838
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue