From 4ef4d5771950e31de43b8b8ae0389f2807f149bd Mon Sep 17 00:00:00 2001 From: Prem Sichanugrist Date: Fri, 13 May 2011 15:13:40 -0400 Subject: [PATCH] Link the API documentation to non-edge instead --- railties/guides/source/action_controller_overview.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" }} -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 -- GitLab