diff options
author | Bratish Goswami <bratishgoswami@gmail.com> | 2011-07-29 21:49:43 +0530 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2011-08-04 16:41:26 -0700 |
commit | e23bc8ac9b2e42e3bfd55c22d12f368325dba6c5 (patch) | |
tree | 5133b1f126dce0e893053745de6026694cbfe419 | |
parent | 60af023107c8b11e2a07b8950d9fea8849fe2c32 (diff) | |
download | rails-e23bc8ac9b2e42e3bfd55c22d12f368325dba6c5.tar.gz rails-e23bc8ac9b2e42e3bfd55c22d12f368325dba6c5.tar.bz2 rails-e23bc8ac9b2e42e3bfd55c22d12f368325dba6c5.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 |