aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source/3_1_release_notes.textile
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2011-08-31 01:59:00 -0700
committerXavier Noria <fxn@hashref.com>2011-08-31 01:59:00 -0700
commit19e853275bb94b8902e5ec1eebcea38ad0e2ed9b (patch)
tree149be33c981b6cd8b118d99f2d35ea3f373a7a0f /railties/guides/source/3_1_release_notes.textile
parentd7be97ec31f5d972e01fb11b05ca4b36f581c779 (diff)
parent331dad14bc0623a8b1f24be88f2933c20c346c74 (diff)
downloadrails-19e853275bb94b8902e5ec1eebcea38ad0e2ed9b.tar.gz
rails-19e853275bb94b8902e5ec1eebcea38ad0e2ed9b.tar.bz2
rails-19e853275bb94b8902e5ec1eebcea38ad0e2ed9b.zip
Merge pull request #2761 from raybaxter/bump_api_url
don't need edgeapi now that we are on 3.1
Diffstat (limited to 'railties/guides/source/3_1_release_notes.textile')
-rw-r--r--railties/guides/source/3_1_release_notes.textile2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/3_1_release_notes.textile b/railties/guides/source/3_1_release_notes.textile
index 9ca77d0657..00765239d6 100644
--- a/railties/guides/source/3_1_release_notes.textile
+++ b/railties/guides/source/3_1_release_notes.textile
@@ -170,7 +170,7 @@ class PostsController < ActionController::Base
end
</ruby>
-You can restrict it to some actions by using +:only+ or +:except+. Please read the docs at "<tt>ActionController::Streaming</tt>":http://edgeapi.rubyonrails.org/classes/ActionController/Streaming.html for more information.
+You can restrict it to some actions by using +:only+ or +:except+. Please read the docs at "<tt>ActionController::Streaming</tt>":http://api.rubyonrails.org/classes/ActionController/Streaming.html for more information.
* The redirect route method now also accepts a hash of options which will only change the parts of the url in question, or an object which responds to call, allowing for redirects to be reused.