From 4bec0aff539c1e17ed4b2c02415be001cf128b62 Mon Sep 17 00:00:00 2001 From: mstroming Date: Wed, 10 Jun 2020 10:43:05 -0500 Subject: [PATCH] [ci skip] Update link to autoloading guide to classic mode guide instead of Zeitwerk guide --- guides/source/4_2_release_notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/source/4_2_release_notes.md b/guides/source/4_2_release_notes.md index 6bbd738826..71773cfcd1 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](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 -------