diff options
author | Joost Baaij <joost@spacebabies.nl> | 2010-08-24 12:22:54 +0200 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2010-08-24 16:20:32 +0200 |
commit | 20333be581a7fb7584e1689b22b1ed5637c73ffa (patch) | |
tree | 1aa02293bbdef75484b46fba36c1613e096df0b1 /activerecord/lib | |
parent | 6ef60bd9ffff44187b3016d00923835a609293bf (diff) | |
download | rails-20333be581a7fb7584e1689b22b1ed5637c73ffa.tar.gz rails-20333be581a7fb7584e1689b22b1ed5637c73ffa.tar.bz2 rails-20333be581a7fb7584e1689b22b1ed5637c73ffa.zip |
fix broken relative links [#5415 state:committed]
Signed-off-by: Xavier Noria <fxn@hashref.com>
Diffstat (limited to 'activerecord/lib')
-rw-r--r-- | activerecord/lib/active_record/base.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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 # |