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 /activeresource | |
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 'activeresource')
-rw-r--r-- | activeresource/lib/active_resource/base.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activeresource/lib/active_resource/base.rb b/activeresource/lib/active_resource/base.rb index 62420725ad..a462f70684 100644 --- a/activeresource/lib/active_resource/base.rb +++ b/activeresource/lib/active_resource/base.rb @@ -21,7 +21,7 @@ require 'active_resource/log_subscriber' module ActiveResource # ActiveResource::Base is the main class for mapping RESTful resources as models in a Rails application. # - # For an outline of what Active Resource is capable of, see link:files/vendor/rails/activeresource/README.html. + # For an outline of what Active Resource is capable of, see its {README}[link:files/activeresource/README_rdoc.html]. # # == Automated mapping # |