From 5c53754f330219bd32d5793e71f516fba62f32bf Mon Sep 17 00:00:00 2001 From: Vijay Dev Date: Wed, 8 Jun 2011 06:47:22 +0530 Subject: fix generators guide url --- railties/guides/source/command_line.textile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'railties/guides/source/command_line.textile') diff --git a/railties/guides/source/command_line.textile b/railties/guides/source/command_line.textile index 5fe9ad101b..2fe5be43b1 100644 --- a/railties/guides/source/command_line.textile +++ b/railties/guides/source/command_line.textile @@ -5,7 +5,7 @@ Rails comes with every command line tool you'll need to * Create a Rails application * Generate models, controllers, database migrations, and unit tests * Start a development server -* Mess with objects through an interactive shell +* Experiment with objects through an interactive shell * Profile and benchmark your new creation endprologue. @@ -507,7 +507,7 @@ $ rails server mongrel h4. The Rails Generation: Generators -INFO: For a good rundown on generators, see "Understanding Generators":http://wiki.rubyonrails.org/rails/pages/UnderstandingGenerators. A lot of its material is presented here. +INFO: For a good rundown on generators, see "Understanding Generators":generators.html. A lot of its material is presented here. Generators are code that generates code. Let's experiment by building one. Our generator will generate a text file. -- cgit v1.2.3