[前][次][番号順一覧][スレッド一覧]

ruby-changes:35485

From: normal <ko1@a...>
Date: Sat, 13 Sep 2014 09:48:46 +0900 (JST)
Subject: [ruby-changes:35485] normal:r47567 (trunk): man/ruby.1: use https for *.ruby-lang.org links

normal	2014-09-13 09:48:36 +0900 (Sat, 13 Sep 2014)

  New Revision: 47567

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=47567

  Log:
    man/ruby.1: use https for *.ruby-lang.org links
    
    Avoid redirects which may be MitM-ed and slow.

  Modified files:
    trunk/ChangeLog
    trunk/man/ruby.1
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 47566)
+++ ChangeLog	(revision 47567)
@@ -1,3 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1
+Sat Sep 13 09:47:44 2014  Eric Wong  <e@8...>
+
+	* man/ruby.1: use https for *.ruby-lang.org links
+
 Sat Sep 13 06:31:23 2014  Eric Wong  <e@8...>
 
 	* vm.c (thread_alloc): remove needless volatile
Index: man/ruby.1
===================================================================
--- man/ruby.1	(revision 47566)
+++ man/ruby.1	(revision 47567)
@@ -484,7 +484,7 @@ as below. https://github.com/ruby/ruby/blob/trunk/man/ruby.1#L484
 .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. https://github.com/ruby/ruby/blob/trunk/man/ruby.1#L498
 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

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]