diff options
author | Waynn Lue <WLGades@gmail.com> | 2011-08-03 21:43:55 -0700 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2011-08-13 16:22:14 -0700 |
commit | 0012a9e9d4526c2d7307afb686a0541ba94051a9 (patch) | |
tree | 6fdef363960201b1fd0dc9d90f96e2876a552328 /actionmailer | |
parent | fbd3e38d76e68ea49b5360a174e1a48f3079101e (diff) | |
download | rails-0012a9e9d4526c2d7307afb686a0541ba94051a9.tar.gz rails-0012a9e9d4526c2d7307afb686a0541ba94051a9.tar.bz2 rails-0012a9e9d4526c2d7307afb686a0541ba94051a9.zip |
The trailing '/' isn't being picked up by Github anyway, and the link works as is.
Diffstat (limited to 'actionmailer')
-rw-r--r-- | actionmailer/README.rdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actionmailer/README.rdoc b/actionmailer/README.rdoc index 42e612cd07..937b53a3b2 100644 --- a/actionmailer/README.rdoc +++ b/actionmailer/README.rdoc @@ -141,7 +141,7 @@ The latest version of Action Mailer 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/actionmailer/ +* https://github.com/rails/rails/tree/master/actionmailer == License |