From 604df2c57e3aaa38557985d73ea1665021689bf9 Mon Sep 17 00:00:00 2001 From: Andrey Samsonov Date: Sat, 20 Dec 2014 13:05:58 +0400 Subject: Fix link in autoloading guide [ci skip] --- guides/source/constant_autoloading_and_reloading.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guides/source') 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 -- cgit v1.2.3