diff options
author | ejy <eyates@facebook.com> | 2011-07-28 18:40:35 +0200 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2011-08-04 16:40:25 -0700 |
commit | 07f172ff83a763b33215515bbf37646e61a96fb1 (patch) | |
tree | 3ccdce30d95ae67a3b4f4d3839986334ad522516 | |
parent | 3c3f8087647a15a5e88dd18a45d41358eacce142 (diff) | |
download | rails-07f172ff83a763b33215515bbf37646e61a96fb1.tar.gz rails-07f172ff83a763b33215515bbf37646e61a96fb1.tar.bz2 rails-07f172ff83a763b33215515bbf37646e61a96fb1.zip |
Removed trailing slash of 'Download and installation' Github URL as per convention
-rw-r--r-- | activerecord/README.rdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/README.rdoc b/activerecord/README.rdoc index 822276589b..8c5c544773 100644 --- a/activerecord/README.rdoc +++ b/activerecord/README.rdoc @@ -203,7 +203,7 @@ The latest version of Active Record 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/activerecord/ +* https://github.com/rails/rails/tree/master/activerecord == License |