aboutsummaryrefslogtreecommitdiffstats
path: root/railties
diff options
context:
space:
mode:
authorPrem Sichanugrist <s@sikachu.com>2011-05-13 15:13:40 -0400
committerPrem Sichanugrist <s@sikachu.com>2011-05-13 15:13:40 -0400
commit4ef4d5771950e31de43b8b8ae0389f2807f149bd (patch)
treec61b0400477a1a30fad50a464ab18780526f734e /railties
parent50639c97eb326a16f35f94e56e57aff4a4985003 (diff)
downloadrails-4ef4d5771950e31de43b8b8ae0389f2807f149bd.tar.gz
rails-4ef4d5771950e31de43b8b8ae0389f2807f149bd.tar.bz2
rails-4ef4d5771950e31de43b8b8ae0389f2807f149bd.zip
Link the API documentation to non-edge instead
Diffstat (limited to 'railties')
-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 7ace6e6fdc..2306165f2d 100644
--- a/railties/guides/source/action_controller_overview.textile
+++ b/railties/guides/source/action_controller_overview.textile
@@ -134,7 +134,7 @@ And assume that you're sending the data to +CompaniesController+, it would then
{ :name => "acme", :address => "123 Carrot Street", :company => { :name => "acme", :address => "123 Carrot Street" }}
</ruby>
-You can customize the name of the key or specific parameters you want to wrap by consulting the "API documentation":http://edgeapi.rubyonrails.org/classes/ActionController/ParamsWrapper.html"
+You can customize the name of the key or specific parameters you want to wrap by consulting the "API documentation":http://api.rubyonrails.org/classes/ActionController/ParamsWrapper.html"
h4. Routing Parameters