aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYves Senn <yves.senn@gmail.com>2015-01-14 09:01:43 +0100
committerYves Senn <yves.senn@gmail.com>2015-01-14 09:01:43 +0100
commit6f9f5fb25889335e7d54c3f673e31513bbfb4b9b (patch)
tree3b417c7f47b0569271aa1f8089ad0ce4e704d333
parent850159bd2c5e1e108d0256dd05424bbbf7926b59 (diff)
parentfe9f8fb56a5e5478bb02757110731eb890214795 (diff)
downloadrails-6f9f5fb25889335e7d54c3f673e31513bbfb4b9b.tar.gz
rails-6f9f5fb25889335e7d54c3f673e31513bbfb4b9b.tar.bz2
rails-6f9f5fb25889335e7d54c3f673e31513bbfb4b9b.zip
Merge pull request #18502 from y-yagi/fix_autoloading_guide
fix link in autoloading guide [ci skip]
-rw-r--r--guides/source/autoloading_and_reloading_constants.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/autoloading_and_reloading_constants.md b/guides/source/autoloading_and_reloading_constants.md
index 489ea681e2..2ee2b9e25e 100644
--- a/guides/source/autoloading_and_reloading_constants.md
+++ b/guides/source/autoloading_and_reloading_constants.md
@@ -330,7 +330,7 @@ checked.
Rails autoloading **does not emulate this algorithm**, but its starting point is
the name of the constant to be autoloaded, and the parent. See more in
-[Qualified References](#qualified-references).
+[Qualified References](#autoloading-algorithms-qualified-references).
Vocabulary