aboutsummaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authornormal <normal@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-09-13 00:48:36 +0000
committernormal <normal@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-09-13 00:48:36 +0000
commit92c1d1a9503cc2920082195dc7afcdc5be0e4ca7 (patch)
treeafe1a8a7f0004f7160d0c3cec6888493c54ac35e /man
parentbf1c869b1669e353dcf089e6400c4bc86aeb8d4e (diff)
downloadruby-92c1d1a9503cc2920082195dc7afcdc5be0e4ca7.tar.gz
man/ruby.1: use https for *.ruby-lang.org links
Avoid redirects which may be MitM-ed and slow. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47567 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'man')
-rw-r--r--man/ruby.14
1 files changed, 2 insertions, 2 deletions
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