fixes link [skip ci]

This commit is contained in:
Xavier Noria 2019-07-10 09:11:33 +02:00
parent 62068c2e19
commit 2fe20cb55c

@ -20,7 +20,7 @@ After reading this guide, you will know:
Introduction
------------
INFO. This guide documents autoloading in `classic` mode, which is the traditional one. If you'd like to read about `zeiwerk` mode instead, the new one in Rails 6, please check [Autoloading and Reloading Constants (Zeitwerk Mode)][autoloading_and_reloading_constants.html].
INFO. This guide documents autoloading in `classic` mode, which is the traditional one. If you'd like to read about `zeiwerk` mode instead, the new one in Rails 6, please check [Autoloading and Reloading Constants (Zeitwerk Mode)](autoloading_and_reloading_constants.html).
Ruby on Rails allows applications to be written as if their code was preloaded.