aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source/getting_started.textile
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2011-07-24 21:01:53 +0200
committerXavier Noria <fxn@hashref.com>2011-07-24 21:01:53 +0200
commit0626668374d092a3cf72b16fe24944beffddf804 (patch)
tree8b139856fa6a0cfe8e23e96b155e35d3308688d6 /railties/guides/source/getting_started.textile
parent48e85d8b8c6f9d23009e2795b347ce18ad6bff90 (diff)
downloadrails-0626668374d092a3cf72b16fe24944beffddf804.tar.gz
rails-0626668374d092a3cf72b16fe24944beffddf804.tar.bz2
rails-0626668374d092a3cf72b16fe24944beffddf804.zip
little details seen while reviewing
Diffstat (limited to 'railties/guides/source/getting_started.textile')
-rw-r--r--railties/guides/source/getting_started.textile4
1 files changed, 2 insertions, 2 deletions
diff --git a/railties/guides/source/getting_started.textile b/railties/guides/source/getting_started.textile
index cb60b382ab..1bdfd79476 100644
--- a/railties/guides/source/getting_started.textile
+++ b/railties/guides/source/getting_started.textile
@@ -90,11 +90,11 @@ h6. Action View
Action View manages the views of your Rails application. It can create both HTML and XML output by default. Action View
manages rendering templates, including nested and partial templates, and includes built-in AJAX support. View templates
-are covered in more detail in another guide called "Layouts and Rendering":http://edgeguides.rubyonrails.org/layouts_and_rendering.html.
+are covered in more detail in another guide called "Layouts and Rendering":layouts_and_rendering.html.
h6. Action Dispatch
-Action Dispatch handles routing of web requests and dispatches them as you want, either to your application or any other Rack application. Rack applications are a more advanced topic and are covered in a separate guide called "Rails on Rack":http://guides.rubyonrails.org/rails_on_rack.html.
+Action Dispatch handles routing of web requests and dispatches them as you want, either to your application or any other Rack application. Rack applications are a more advanced topic and are covered in a separate guide called "Rails on Rack":rails_on_rack.html.
h5. Action Mailer