From 2bfa6598196ca801c53b82a2121d489106a6655e Mon Sep 17 00:00:00 2001 From: Hartley McGuire Date: Wed, 14 Sep 2022 23:12:43 -0400 Subject: [PATCH] Add link to 7.1 release notes in upgrade guide To be consistent with other sections --- guides/source/upgrading_ruby_on_rails.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/guides/source/upgrading_ruby_on_rails.md b/guides/source/upgrading_ruby_on_rails.md index 408a53ea7ae05..8fac71f97e90c 100644 --- a/guides/source/upgrading_ruby_on_rails.md +++ b/guides/source/upgrading_ruby_on_rails.md @@ -78,6 +78,8 @@ To allow you to upgrade to new defaults one by one, the update task has created Upgrading from Rails 7.0 to Rails 7.1 ------------------------------------- +For more information on changes made to Rails 7.1 please see the [release notes](7_1_release_notes.html). + ### Autoloaded paths are no longer in load path Starting from Rails 7.1, all paths managed by the autoloader will no longer be added to `$LOAD_PATH`.