aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsandeepravi <sandeep.ravichandran@sourcebits.com>2011-12-06 18:09:42 +0530
committersandeepravi <sandeep.ravichandran@sourcebits.com>2011-12-06 18:09:42 +0530
commitb5e333d5b09dfd91dd71766329529da1166eaabf (patch)
tree506f97d2fbfead8b81375ce43196776e961585ab
parent03d438878619cfd3808623f3ed709b6fa166a85c (diff)
downloadrails-b5e333d5b09dfd91dd71766329529da1166eaabf.tar.gz
rails-b5e333d5b09dfd91dd71766329529da1166eaabf.tar.bz2
rails-b5e333d5b09dfd91dd71766329529da1166eaabf.zip
Added link to ActiveResource::Base documentation
-rw-r--r--activeresource/README.rdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/activeresource/README.rdoc b/activeresource/README.rdoc
index e8bb6ceb54..c978408faf 100644
--- a/activeresource/README.rdoc
+++ b/activeresource/README.rdoc
@@ -60,7 +60,7 @@ REST uses HTTP, but unlike "typical" web applications, it makes use of all the v
* PUT requests are used to update existing resources.
* DELETE requests are used to delete resources.
-For more information on how this protocol works with Active Resource, see the ActiveResource::Base documentation here[link:/rails/rails/blob/master/activerecord/lib/active_record/base.rb];
+For more information on how this protocol works with Active Resource, see the ActiveResource::Base documentation here[link:/rails/rails/blob/master/activeresource/lib/active_resource/base.rb];
for more general information on REST web services, see the article here[http://en.wikipedia.org/wiki/Representational_State_Transfer].
==== Find