aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--man/ruby.14
2 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index bf5eb30a91..a796878681 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Sat Sep 13 09:47:44 2014 Eric Wong <e@80x24.org>
+
+ * man/ruby.1: use https for *.ruby-lang.org links
+
Sat Sep 13 06:31:23 2014 Eric Wong <e@80x24.org>
* vm.c (thread_alloc): remove needless volatile
diff --git a/man/ruby.1 b/man/ruby.1
index d65230688b..1c0a7dabc7 100644
--- a/man/ruby.1
+++ b/man/ruby.1
@@ -484,7 +484,7 @@ as below.
.Pp
.Sh SEE ALSO
.Bl -hang -compact -width "http://www.ruby-lang.org/123"
-.It http://www.ruby-lang.org/
+.It https://www.ruby-lang.org/
The official web site.
.It https://www.ruby-toolbox.com/
Comprehensive catalog of Ruby libraries.
@@ -498,7 +498,7 @@ Comprehensive catalog of Ruby libraries.
Reported problems will be published after they've been fixed.
.Pp
.Li And you can report other bugs and feature requests via the
-Ruby Issue Tracking System (http://bugs.ruby-lang.org/).
+Ruby Issue Tracking System (https://bugs.ruby-lang.org/).
Do not report security vulnerabilities
via the system because it publishes the vulnerabilities immediately.
.El