diff options
author | Yoshiyuki Hirano <yhirano@me.com> | 2017-08-22 08:46:02 +0900 |
---|---|---|
committer | Yoshiyuki Hirano <yhirano@me.com> | 2017-08-22 08:46:02 +0900 |
commit | 3a11e0586e4b302c0a33dd4337c0b034f822f445 (patch) | |
tree | 087240594da41998cef293fadb6ea4cc46b86c26 /actionmailer | |
parent | 3580edc9faf5cc0a0e467911d0a4dc4faf153709 (diff) | |
download | rails-3a11e0586e4b302c0a33dd4337c0b034f822f445.tar.gz rails-3a11e0586e4b302c0a33dd4337c0b034f822f445.tar.bz2 rails-3a11e0586e4b302c0a33dd4337c0b034f822f445.zip |
Update MIT licenses link [ci skip]
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 397ebe4201..9993d3777d 100644 --- a/actionmailer/README.rdoc +++ b/actionmailer/README.rdoc @@ -157,7 +157,7 @@ Source code can be downloaded as part of the Rails project on GitHub Action Mailer is released under the MIT license: -* http://www.opensource.org/licenses/MIT +* https://opensource.org/licenses/MIT == Support |