aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/README.rdoc
diff options
context:
space:
mode:
authorAkira Matsuda <ronnie@dio.jp>2011-03-07 05:56:02 +0900
committerAkira Matsuda <ronnie@dio.jp>2011-03-07 05:56:02 +0900
commit5bed37779acea804af0bf5efd25839ef5c1e2cdd (patch)
treea026f6f735c04578b2dda71c7d4b636039135950 /actionmailer/README.rdoc
parent112c8025791e51209f1aa8f7b8623f1a5ed3e015 (diff)
downloadrails-5bed37779acea804af0bf5efd25839ef5c1e2cdd.tar.gz
rails-5bed37779acea804af0bf5efd25839ef5c1e2cdd.tar.bz2
rails-5bed37779acea804af0bf5efd25839ef5c1e2cdd.zip
"SSL everywhere" for GitHub URLs
see: https://github.com/blog/738-sidejack-prevention-phase-2-ssl-everywhere
Diffstat (limited to 'actionmailer/README.rdoc')
-rw-r--r--actionmailer/README.rdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionmailer/README.rdoc b/actionmailer/README.rdoc
index 2db6140d64..0fa18d751b 100644
--- a/actionmailer/README.rdoc
+++ b/actionmailer/README.rdoc
@@ -128,7 +128,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
-* http://github.com/rails/rails/tree/master/actionmailer/
+* https://github.com/rails/rails/tree/master/actionmailer/
== License