From 20333be581a7fb7584e1689b22b1ed5637c73ffa Mon Sep 17 00:00:00 2001 From: Joost Baaij Date: Tue, 24 Aug 2010 12:22:54 +0200 Subject: fix broken relative links [#5415 state:committed] Signed-off-by: Xavier Noria --- activerecord/lib/active_record/base.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activerecord') diff --git a/activerecord/lib/active_record/base.rb b/activerecord/lib/active_record/base.rb index 3be302a5fd..d53a0c2609 100644 --- a/activerecord/lib/active_record/base.rb +++ b/activerecord/lib/active_record/base.rb @@ -32,7 +32,7 @@ module ActiveRecord #:nodoc: # Active Record objects. The mapping that binds a given Active Record class to a certain # database table will happen automatically in most common cases, but can be overwritten for the uncommon ones. # - # See the mapping rules in table_name and the full example in link:files/README.html for more insight. + # See the mapping rules in table_name and the full example in link:files/activerecord/README_rdoc.html for more insight. # # == Creation # -- cgit v1.2.3