aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source/action_controller_overview.textile
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2009-03-15 21:31:20 +0100
committerXavier Noria <fxn@hashref.com>2009-03-15 21:31:20 +0100
commita4b1ccec5c1df24c8f9a18c599575e7263624ac4 (patch)
treea56e75b4524fb3f5c77b7a1e791174d8a624e1bb /railties/guides/source/action_controller_overview.textile
parent20dc236bbda1a6c810878c50376e12aff6e6325e (diff)
downloadrails-a4b1ccec5c1df24c8f9a18c599575e7263624ac4.tar.gz
rails-a4b1ccec5c1df24c8f9a18c599575e7263624ac4.tar.bz2
rails-a4b1ccec5c1df24c8f9a18c599575e7263624ac4.zip
revised links in guides according to W3C link checker report
Diffstat (limited to 'railties/guides/source/action_controller_overview.textile')
-rw-r--r--railties/guides/source/action_controller_overview.textile2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/action_controller_overview.textile b/railties/guides/source/action_controller_overview.textile
index 3ce6720815..054ca99985 100644
--- a/railties/guides/source/action_controller_overview.textile
+++ b/railties/guides/source/action_controller_overview.textile
@@ -20,7 +20,7 @@ For most conventional RESTful applications, the controller will receive the requ
A controller can thus be thought of as a middle man between models and views. It makes the model data available to the view so it can display that data to the user, and it saves or updates data from the user to the model.
-NOTE: For more details on the routing process, see "Rails Routing from the Outside In":routing_outside_in.html.
+NOTE: For more details on the routing process, see "Rails Routing from the Outside In":routing.html.
h3. Methods and Actions