aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/3_1_release_notes.md
diff options
context:
space:
mode:
authorYves Senn <yves.senn@gmail.com>2013-12-17 12:17:13 +0100
committerYves Senn <yves.senn@gmail.com>2013-12-17 12:19:56 +0100
commit998550396f1911d830a8d52f71972030064a1a9e (patch)
treefb2268ad6879c7832e0b18ff1233ddba99fed802 /guides/source/3_1_release_notes.md
parentaaa5463cc0d81e400ddfb4fdacc0caee319fd587 (diff)
downloadrails-998550396f1911d830a8d52f71972030064a1a9e.tar.gz
rails-998550396f1911d830a8d52f71972030064a1a9e.tar.bz2
rails-998550396f1911d830a8d52f71972030064a1a9e.zip
release notes link to fixed versions of the API. [ci skip]
As discussed with @fxn the release notes are a snapshot document. The links going out to the API should represent that exact snapshot. This means we always link to the full final release. For example the 3.2 release notes link to http://api.rubyonrails.org/v3.2.0.
Diffstat (limited to 'guides/source/3_1_release_notes.md')
-rw-r--r--guides/source/3_1_release_notes.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/3_1_release_notes.md b/guides/source/3_1_release_notes.md
index 5c99892e39..485f8c756b 100644
--- a/guides/source/3_1_release_notes.md
+++ b/guides/source/3_1_release_notes.md
@@ -286,7 +286,7 @@ Action Pack
end
```
- You can restrict it to some actions by using `:only` or `:except`. Please read the docs at [`ActionController::Streaming`](http://api.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 [`ActionController::Streaming`](http://api.rubyonrails.org/v3.1.0/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.