aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorAbdelkader Boudih <terminale@gmail.com>2014-12-20 09:24:38 +0000
committerAbdelkader Boudih <terminale@gmail.com>2014-12-20 09:24:38 +0000
commit79b71da793f100a6311861a4bc2e7cb0815ff28e (patch)
tree68f42ba177a3bc08fdb9fddd27482179abd82f8c /guides
parentd507f332a955eed3d3af805a0d417fb56379a6b9 (diff)
parent604df2c57e3aaa38557985d73ea1665021689bf9 (diff)
downloadrails-79b71da793f100a6311861a4bc2e7cb0815ff28e.tar.gz
rails-79b71da793f100a6311861a4bc2e7cb0815ff28e.tar.bz2
rails-79b71da793f100a6311861a4bc2e7cb0815ff28e.zip
Merge pull request #18108 from kryzhovnik/fix_autoloading_guide
Fix link in autoloading guide
Diffstat (limited to 'guides')
-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