From 2fe20cb55c76e6e50ec3a4ec5b03bbb65adba290 Mon Sep 17 00:00:00 2001 From: Xavier Noria Date: Wed, 10 Jul 2019 09:11:33 +0200 Subject: fixes link [skip ci] --- guides/source/autoloading_and_reloading_constants_classic_mode.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guides') 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. -- cgit v1.2.3