aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2019-07-10 09:11:33 +0200
committerXavier Noria <fxn@hashref.com>2019-07-10 09:11:33 +0200
commit2fe20cb55c76e6e50ec3a4ec5b03bbb65adba290 (patch)
treeacef7d9b6754d909ae1fa3896fce0764d1d617a0 /guides
parent62068c2e19ab75b7e7945e38040af513208228ae (diff)
downloadrails-2fe20cb55c76e6e50ec3a4ec5b03bbb65adba290.tar.gz
rails-2fe20cb55c76e6e50ec3a4ec5b03bbb65adba290.tar.bz2
rails-2fe20cb55c76e6e50ec3a4ec5b03bbb65adba290.zip
fixes link [skip ci]
Diffstat (limited to 'guides')
-rw-r--r--guides/source/autoloading_and_reloading_constants_classic_mode.md2
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.