diff options
author | Arun Agrawal <arunagw@gmail.com> | 2012-04-23 15:51:18 +0530 |
---|---|---|
committer | Arun Agrawal <arunagw@gmail.com> | 2012-04-23 15:51:18 +0530 |
commit | 210713e49d6ab85ecb982b4594d4496e52a8e54a (patch) | |
tree | 8a07de6e25c651b33ea19c6430550c74c7568520 /activeresource | |
parent | c3d50b35b0e03a68095ebb0d52d371d28c8aa436 (diff) | |
download | rails-210713e49d6ab85ecb982b4594d4496e52a8e54a.tar.gz rails-210713e49d6ab85ecb982b4594d4496e52a8e54a.tar.bz2 rails-210713e49d6ab85ecb982b4594d4496e52a8e54a.zip |
ARes URL should be pointed to 3-2-stable tree not master.
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 93ec74bbc3..9ab9990bcf 100644 --- a/activeresource/README.rdoc +++ b/activeresource/README.rdoc @@ -28,7 +28,7 @@ The latest version of Active Resource 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/3-2-stable/activeresource === Configuration and Usage |