aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source
diff options
context:
space:
mode:
authorAndrey Samsonov <andrey.samsonov@gmail.com>2014-12-20 13:05:58 +0400
committerAndrey Samsonov <andrey.samsonov@gmail.com>2014-12-20 13:05:58 +0400
commit604df2c57e3aaa38557985d73ea1665021689bf9 (patch)
tree68f42ba177a3bc08fdb9fddd27482179abd82f8c /guides/source
parentd507f332a955eed3d3af805a0d417fb56379a6b9 (diff)
downloadrails-604df2c57e3aaa38557985d73ea1665021689bf9.tar.gz
rails-604df2c57e3aaa38557985d73ea1665021689bf9.tar.bz2
rails-604df2c57e3aaa38557985d73ea1665021689bf9.zip
Fix link in autoloading guide
[ci skip]
Diffstat (limited to 'guides/source')
-rw-r--r--guides/source/constant_autoloading_and_reloading.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/constant_autoloading_and_reloading.md b/guides/source/constant_autoloading_and_reloading.md
index c616138898..c54816c4c2 100644
--- a/guides/source/constant_autoloading_and_reloading.md
+++ b/guides/source/constant_autoloading_and_reloading.md
@@ -294,7 +294,7 @@ implementation of `const_missing` raises `NameError`, but it can be overridden.
Rails autoloading **does not emulate this algorithm**, but its starting point is
the name of the constant to be autoloaded, and the cref. See more in [Relative
-References](#relative-references).
+References](#autoloading-algorithms-relative-references).
#### Resolution Algorithm for Qualified Constants