aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRashmi Yadav <rays.rashmi@gmail.com>2011-08-04 12:33:56 +0530
committerXavier Noria <fxn@hashref.com>2011-08-13 16:22:15 -0700
commit111347f0cc7b23efba06d29fc374111f9d160f06 (patch)
tree223a27506e1b0fad14edf11fc207e6cf07fec2cf
parent0012a9e9d4526c2d7307afb686a0541ba94051a9 (diff)
downloadrails-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.
-rw-r--r--actionpack/README.rdoc2
-rw-r--r--activemodel/README.rdoc2
-rw-r--r--activeresource/README.rdoc2
-rw-r--r--activesupport/README.rdoc2
4 files changed, 4 insertions, 4 deletions
diff --git a/actionpack/README.rdoc b/actionpack/README.rdoc
index c494d78415..792862cb85 100644
--- a/actionpack/README.rdoc
+++ b/actionpack/README.rdoc
@@ -322,7 +322,7 @@ The latest version of Action Pack 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/actionpack/
+* https://github.com/rails/rails/tree/master/actionpack
== License
diff --git a/activemodel/README.rdoc b/activemodel/README.rdoc
index a0e6b4d9b3..5f0d340307 100644
--- a/activemodel/README.rdoc
+++ b/activemodel/README.rdoc
@@ -192,7 +192,7 @@ The latest version of Active Model 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/activemodel/
+* https://github.com/rails/rails/tree/master/activemodel
== License
diff --git a/activeresource/README.rdoc b/activeresource/README.rdoc
index b7cf0292f0..6f45fe3598 100644
--- a/activeresource/README.rdoc
+++ b/activeresource/README.rdoc
@@ -36,7 +36,7 @@ Putting Active Resource to use is very similar to Active Record. It's as simple
that inherits from ActiveResource::Base and providing a <tt>site</tt> class variable to it:
class Person < ActiveResource::Base
- self.site = "http://api.people.com:3000/"
+ self.site = "http://api.people.com:3000"
end
Now the Person class is REST enabled and can invoke REST services very similarly to how Active Record invokes
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