aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
diff options
context:
space:
mode:
authorejy <eyates@facebook.com>2011-07-28 18:40:35 +0200
committerXavier Noria <fxn@hashref.com>2011-08-04 16:40:25 -0700
commit07f172ff83a763b33215515bbf37646e61a96fb1 (patch)
tree3ccdce30d95ae67a3b4f4d3839986334ad522516 /activerecord
parent3c3f8087647a15a5e88dd18a45d41358eacce142 (diff)
downloadrails-07f172ff83a763b33215515bbf37646e61a96fb1.tar.gz
rails-07f172ff83a763b33215515bbf37646e61a96fb1.tar.bz2
rails-07f172ff83a763b33215515bbf37646e61a96fb1.zip
Removed trailing slash of 'Download and installation' Github URL as per convention
Diffstat (limited to 'activerecord')
-rw-r--r--activerecord/README.rdoc2
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