diff options
author | Xavier Noria <fxn@hashref.com> | 2019-07-10 09:11:33 +0200 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2019-07-10 09:11:33 +0200 |
commit | 2fe20cb55c76e6e50ec3a4ec5b03bbb65adba290 (patch) | |
tree | acef7d9b6754d909ae1fa3896fce0764d1d617a0 | |
parent | 62068c2e19ab75b7e7945e38040af513208228ae (diff) | |
download | rails-2fe20cb55c76e6e50ec3a4ec5b03bbb65adba290.tar.gz rails-2fe20cb55c76e6e50ec3a4ec5b03bbb65adba290.tar.bz2 rails-2fe20cb55c76e6e50ec3a4ec5b03bbb65adba290.zip |
fixes link [skip ci]
-rw-r--r-- | guides/source/autoloading_and_reloading_constants_classic_mode.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/autoloading_and_reloading_constants_classic_mode.md b/guides/source/autoloading_and_reloading_constants_classic_mode.md index b456e27ada..d0d9e076d6 100644 --- a/guides/source/autoloading_and_reloading_constants_classic_mode.md +++ b/guides/source/autoloading_and_reloading_constants_classic_mode.md @@ -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. |