Skip to content

Commit

Permalink
The trailing '/' isn't being picked up by Github anyway, and the link…
Browse files Browse the repository at this point in the history
… works as is.
  • Loading branch information
raysrashmi authored and fxn committed Aug 4, 2011
1 parent 5f2c790 commit 681d919
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion actionpack/README.rdoc
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion activemodel/README.rdoc
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion activeresource/README.rdoc
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion activesupport/README.rdoc
Expand Up @@ -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
Expand Down

0 comments on commit 681d919

Please sign in to comment.