Skip to content

Commit a9adf93

Browse files
committed
Update the upgrading guide
1 parent 9e4d31c commit a9adf93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/source/upgrading_ruby_on_rails.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ Also, make sure `config.cache_classes` is set to `false` in `config/environments
9090

9191
### Applications need to run in `zeitwerk` mode
9292

93-
Applications still running in `classic` mode have to switch to `zeitwerk` mode. Please check the [upgrading guide for Rails 6.0](https://guides.rubyonrails.org/upgrading_ruby_on_rails.html#autoloading) for details.
93+
Applications still running in `classic` mode have to switch to `zeitwerk` mode. Please check the [Classic to Zeitwerk HOWTO](https://guides.rubyonrails.org/classic_to_zeitwerk_howto.html) guide for details.
9494

9595
### The setter `config.autoloader=` has been deleted
9696

0 commit comments

Comments
 (0)