diff options
author | Waynn Lue <WLGades@gmail.com> | 2011-08-03 21:43:55 -0700 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2011-08-04 16:41:31 -0700 |
commit | 5f2c790cb7557e94f1d94b30299f44abe4c34dd1 (patch) | |
tree | 5048707f13281448706349dbe93f50a78c10b834 /actionmailer/README.rdoc | |
parent | 2e764c5fd1ae4757da2cd834ca310f3eeb8db3e0 (diff) | |
download | rails-5f2c790cb7557e94f1d94b30299f44abe4c34dd1.tar.gz rails-5f2c790cb7557e94f1d94b30299f44abe4c34dd1.tar.bz2 rails-5f2c790cb7557e94f1d94b30299f44abe4c34dd1.zip |
The trailing '/' isn't being picked up by Github anyway, and the link works as is.
Diffstat (limited to 'actionmailer/README.rdoc')
-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 |