diff options
author | Bratish Goswami <bratishgoswami@gmail.com> | 2011-07-29 21:49:43 +0530 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2011-08-13 16:22:10 -0700 |
commit | bf3649ab19870c804b81e5d79309d655d054eed2 (patch) | |
tree | d87aff104e1b75d325b848d483885abf215318aa | |
parent | b57773c738e2e8f75e92739cf93e402f2a151d5d (diff) | |
download | rails-bf3649ab19870c804b81e5d79309d655d054eed2.tar.gz rails-bf3649ab19870c804b81e5d79309d655d054eed2.tar.bz2 rails-bf3649ab19870c804b81e5d79309d655d054eed2.zip |
extra '/' removed from url, which was not linked
-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 b03e8c4c25..b7cf0292f0 100644 --- a/activeresource/README.rdoc +++ b/activeresource/README.rdoc @@ -28,7 +28,7 @@ The latest version of Active Support can be installed with Rubygems: Source code can be downloaded as part of the Rails project on GitHub -* https://github.com/rails/rails/tree/master/activeresource/ +* https://github.com/rails/rails/tree/master/activeresource === Configuration and Usage |