aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2017-02-07 12:51:49 -0800
committerGitHub <noreply@github.com>2017-02-07 12:51:49 -0800
commit770e685c22ba84a8b04d317a434cf2565f378c68 (patch)
treef070ad0d880fde2717a9939862d1272ba01f7929 /guides/source
parent6599e07674d2389de45b91a11d3be5eb0fbd92f3 (diff)
parentea141d62dfbb8cb02f20137e75da0fa9977e84c8 (diff)
downloadrails-770e685c22ba84a8b04d317a434cf2565f378c68.tar.gz
rails-770e685c22ba84a8b04d317a434cf2565f378c68.tar.bz2
rails-770e685c22ba84a8b04d317a434cf2565f378c68.zip
Merge pull request #27232 from robin850/guides-linking
Improve linking inside guides
Diffstat (limited to 'guides/source')
-rw-r--r--guides/source/5_0_release_notes.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/5_0_release_notes.md b/guides/source/5_0_release_notes.md
index 24fb0ca6e1..e1b3b0a42e 100644
--- a/guides/source/5_0_release_notes.md
+++ b/guides/source/5_0_release_notes.md
@@ -150,7 +150,7 @@ The type of an attribute is given the opportunity to change how dirty
tracking is performed.
See its
-[documentation](http://api.rubyonrails.org/classes/ActiveRecord/Attributes/ClassMethods.html)
+[documentation](http://api.rubyonrails.org/v5.0.1/classes/ActiveRecord/Attributes/ClassMethods.html)
for a detailed write up.