aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/autoloading_and_reloading_constants.md
diff options
context:
space:
mode:
authoryuuji.yaginuma <yuuji.yaginuma@gmail.com>2015-01-14 13:22:51 +0900
committeryuuji.yaginuma <yuuji.yaginuma@gmail.com>2015-01-14 13:22:51 +0900
commitfe9f8fb56a5e5478bb02757110731eb890214795 (patch)
tree3b417c7f47b0569271aa1f8089ad0ce4e704d333 /guides/source/autoloading_and_reloading_constants.md
parent850159bd2c5e1e108d0256dd05424bbbf7926b59 (diff)
downloadrails-fe9f8fb56a5e5478bb02757110731eb890214795.tar.gz
rails-fe9f8fb56a5e5478bb02757110731eb890214795.tar.bz2
rails-fe9f8fb56a5e5478bb02757110731eb890214795.zip
fix link in autoloading guide [ci skip]
Diffstat (limited to 'guides/source/autoloading_and_reloading_constants.md')
-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