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

ruby-changes:32108

From: hsbt <ko1@a...>
Date: Sat, 14 Dec 2013 08:22:45 +0900 (JST)
Subject: [ruby-changes:32108] hsbt:r44187 (trunk): * lib/uri/common.rb: [DOC] Fix a broken link by @namusyaka [fix GH-478]

hsbt	2013-12-14 08:22:41 +0900 (Sat, 14 Dec 2013)

  New Revision: 44187

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

  Log:
    * lib/uri/common.rb: [DOC] Fix a broken link by @namusyaka [fix GH-478]

  Modified files:
    trunk/lib/uri/common.rb
Index: lib/uri/common.rb
===================================================================
--- lib/uri/common.rb	(revision 44186)
+++ lib/uri/common.rb	(revision 44187)
@@ -876,7 +876,7 @@ module URI https://github.com/ruby/ruby/blob/trunk/lib/uri/common.rb#L876
   # If +enc+ is given, convert +str+ to the encoding before percent encoding.
   #
   # This is an implementation of
-  # http://www.w3.org/TR/html5/association-of-controls-and-forms.html#url-encoded-form-data
+  # http://www.w3.org/TR/html5/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)

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

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