From f165a1038f6da6d67195ccaef5c9edae456365d6 Mon Sep 17 00:00:00 2001 From: "yuuji.yaginuma" Date: Wed, 17 Dec 2014 13:58:09 +0900 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') diff --git a/guides/source/constant_autoloading_and_reloading.md b/guides/source/constant_autoloading_and_reloading.md index ab8ef399e7..4eb9cc16ad 100644 --- a/guides/source/constant_autoloading_and_reloading.md +++ b/guides/source/constant_autoloading_and_reloading.md @@ -840,7 +840,7 @@ end To resolve `User` Ruby checks `Admin` in the former case, but it does not in the latter because it does not belong to the nesting. (See [Nesting](#nesting) -and [Resolution Algorithms](#resolution- algorithms).) +and [Resolution Algorithms](#resolution-algorithms).) Unfortunately Rails autoloading does not know the nesting in the spot where the constant was missing and so it is not able to act as Ruby would. In particular, -- cgit v1.2.3