[ci skip] Update link to autoloading guide to classic mode guide instead of Zeitwerk guide

This commit is contained in:
mstroming 2020-06-10 10:43:05 -05:00
parent 3cd1b19ff2
commit 4bec0aff53
1 changed files with 1 additions and 1 deletions

View File

@ -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](autoloading_and_reloading_constants.html) about constant autoloading and reloading.
* New [guide](autoloading_and_reloading_constants_classic_mode.html) about constant autoloading and reloading.
Credits
-------