diff options
author | Rashmi Yadav <rays.rashmi@gmail.com> | 2011-08-04 12:33:56 +0530 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2011-08-13 16:22:15 -0700 |
commit | 111347f0cc7b23efba06d29fc374111f9d160f06 (patch) | |
tree | 223a27506e1b0fad14edf11fc207e6cf07fec2cf /activesupport | |
parent | 0012a9e9d4526c2d7307afb686a0541ba94051a9 (diff) | |
download | rails-111347f0cc7b23efba06d29fc374111f9d160f06.tar.gz rails-111347f0cc7b23efba06d29fc374111f9d160f06.tar.bz2 rails-111347f0cc7b23efba06d29fc374111f9d160f06.zip |
The trailing '/' isn't being picked up by Github anyway, and the link works as is.
Diffstat (limited to 'activesupport')
-rw-r--r-- | activesupport/README.rdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/README.rdoc b/activesupport/README.rdoc index a38ad76f43..cc3981e74d 100644 --- a/activesupport/README.rdoc +++ b/activesupport/README.rdoc @@ -14,7 +14,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/activesupport/ +* https://github.com/rails/rails/tree/master/activesupport == License |