diff options
author | Yves Senn <yves.senn@gmail.com> | 2014-01-20 14:03:48 +0100 |
---|---|---|
committer | Yves Senn <yves.senn@gmail.com> | 2014-01-20 14:06:37 +0100 |
commit | 079ffc96c18752d069d1759f9667b7a905e506eb (patch) | |
tree | 022dbe389f6fc2a0ef5538c0fd9b0afc8f9b8a4e | |
parent | f63c6e57ee7b777ffe8d9e8ba907cd4b36f4040d (diff) | |
download | rails-079ffc96c18752d069d1759f9667b7a905e506eb.tar.gz rails-079ffc96c18752d069d1759f9667b7a905e506eb.tar.bz2 rails-079ffc96c18752d069d1759f9667b7a905e506eb.zip |
let's link to the gem README not to the upgrading guide. [ci skip]
The PR #13767 added link to the upgrading guide to explain
details about activerecord_deprecated-finders. However the link target
features a stack of changes not releated at all. Also the relevant details
are not very informative.
I think we better link to the README so people can see what the gem is about
and how to use it.
/cc @chancancode @zzak
-rw-r--r-- | guides/source/4_1_release_notes.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/guides/source/4_1_release_notes.md b/guides/source/4_1_release_notes.md index e131d3348e..1980f4d4cf 100644 --- a/guides/source/4_1_release_notes.md +++ b/guides/source/4_1_release_notes.md @@ -411,8 +411,7 @@ for detailed changes. * Remove implicit join references that were deprecated in 4.0. * Removed `activerecord-deprecated_finders` as a dependency. - Please see [upgrading - guide](upgrading_ruby_on_rails.html#upgrading-from-rails-3-2-to-rails-4-0-active-record) + Please see [the gem README](https://github.com/rails/activerecord-deprecated_finders#active-record-deprecated-finders) for more info. * Removed usage of `implicit_readonly`. Please use `readonly` method |