diff options
Diffstat (limited to 'activeresource')
-rw-r--r-- | activeresource/README.rdoc | 2 |
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 |