diff options
author | Alex Kitchens <akitchens@financialpayments.com> | 2016-06-06 08:32:59 -0500 |
---|---|---|
committer | Alex Kitchens <akitchens@financialpayments.com> | 2016-06-06 08:32:59 -0500 |
commit | 63884a1e359fb22d62bb47f030a9d62830a7e8ad (patch) | |
tree | a3fa091d883c3bc3022015be3dda6874976295b5 | |
parent | 27cc32f43e62ee98a8bbcba9ac1b97233293dc26 (diff) | |
download | rails-63884a1e359fb22d62bb47f030a9d62830a7e8ad.tar.gz rails-63884a1e359fb22d62bb47f030a9d62830a7e8ad.tar.bz2 rails-63884a1e359fb22d62bb47f030a9d62830a7e8ad.zip |
[ci skip] Update redirecting links in guides
-rw-r--r-- | guides/source/4_2_release_notes.md | 2 | ||||
-rw-r--r-- | guides/source/layout.html.erb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/guides/source/4_2_release_notes.md b/guides/source/4_2_release_notes.md index 73e6c2c05b..a30bfc458a 100644 --- a/guides/source/4_2_release_notes.md +++ b/guides/source/4_2_release_notes.md @@ -871,7 +871,7 @@ Please refer to the [Changelog][active-support] for detailed changes. `module Foo; extend ActiveSupport::Concern; end` boilerplate. ([Commit](https://github.com/rails/rails/commit/b16c36e688970df2f96f793a759365b248b582ad)) -* New [guide](constant_autoloading_and_reloading.html) about constant autoloading and reloading. +* New [guide](autoloading_and_reloading_constants.html) about constant autoloading and reloading. Credits ------- diff --git a/guides/source/layout.html.erb b/guides/source/layout.html.erb index 6db76b528e..9abb863da6 100644 --- a/guides/source/layout.html.erb +++ b/guides/source/layout.html.erb @@ -111,7 +111,7 @@ <%= link_to 'open an issue', 'https://github.com/rails/rails/issues' %>. </p> <p>And last but not least, any kind of discussion regarding Ruby on Rails - documentation is very welcome in the <%= link_to 'rubyonrails-docs mailing list', 'http://groups.google.com/group/rubyonrails-docs' %>. + documentation is very welcome in the <%= link_to 'rubyonrails-docs mailing list', 'https://groups.google.com/forum/#!forum/rubyonrails-docs' %>. </p> </div> </div> |