aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVijay Dev <vijaydev.cse@gmail.com>2011-12-06 22:58:23 +0530
committerVijay Dev <vijaydev.cse@gmail.com>2011-12-06 22:58:23 +0530
commit89647a305f882cde0e87b0136ad9a1b6d3bd4fbd (patch)
tree73dbc8ca705a62ca025198f6511e06025161e7fa
parent078b4b54a6ce655854bae5f9f931423410d46ff8 (diff)
downloadrails-89647a305f882cde0e87b0136ad9a1b6d3bd4fbd.tar.gz
rails-89647a305f882cde0e87b0136ad9a1b6d3bd4fbd.tar.bz2
rails-89647a305f882cde0e87b0136ad9a1b6d3bd4fbd.zip
Revert "Added link to ActiveResource::Base documentation"
This reverts commit 03d438878619cfd3808623f3ed709b6fa166a85c. Conflicts: activeresource/README.rdoc Reason: I don't think this is absolutely necessary given the fact that such links won't work in both GitHub and Rails API at the same time. See links in rails/README.rdoc and rails/Rakefile for some hackery that needs to be done to get such links work in both places.
-rw-r--r--activeresource/README.rdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/activeresource/README.rdoc b/activeresource/README.rdoc
index c978408faf..c86289c5fe 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/activeresource/lib/active_resource/base.rb];
+For more information on how this protocol works with Active Resource, see the ActiveResource::Base documentation;
for more general information on REST web services, see the article here[http://en.wikipedia.org/wiki/Representational_State_Transfer].
==== Find