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

ruby-changes:62204

From: Kazuhiro <ko1@a...>
Date: Mon, 13 Jul 2020 11:34:29 +0900 (JST)
Subject: [ruby-changes:62204] 16bc9bf7e8 (master): [DOC] Use https:// instead of http:// [ci skip]

https://git.ruby-lang.org/ruby.git/commit/?id=16bc9bf7e8

From 16bc9bf7e85ed301498ccdea04569af1808559c2 Mon Sep 17 00:00:00 2001
From: Kazuhiro NISHIYAMA <zn@m...>
Date: Mon, 13 Jul 2020 11:33:40 +0900
Subject: [DOC] Use https:// instead of http:// [ci skip]


diff --git a/lib/uri/common.rb b/lib/uri/common.rb
index 67a4cba..67be44e 100644
--- a/lib/uri/common.rb
+++ b/lib/uri/common.rb
@@ -375,7 +375,7 @@ module URI https://github.com/ruby/ruby/blob/trunk/lib/uri/common.rb#L375
   # If +enc+ is given, convert +str+ to the encoding before percent encoding.
   #
   # This is an implementation of
-  # http://www.w3.org/TR/2013/CR-html5-20130806/forms.html#url-encoded-form-data.
+  # https://www.w3.org/TR/2013/CR-html5-20130806/forms.html#url-encoded-form-data.
   #
   # See URI.decode_www_form_component, URI.encode_www_form.
   def self.encode_www_form_component(str, enc=nil)
@@ -416,7 +416,7 @@ module URI https://github.com/ruby/ruby/blob/trunk/lib/uri/common.rb#L416
   # This method doesn't handle files.  When you send a file, use
   # multipart/form-data.
   #
-  # This refers http://url.spec.whatwg.org/#concept-urlencoded-serializer
+  # This refers https://url.spec.whatwg.org/#concept-urlencoded-serializer
   #
   #    URI.encode_www_form([["q", "ruby"], ["lang", "en"]])
   #    #=> "q=ruby&lang=en"
-- 
cgit v0.10.2


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

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