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

ruby-changes:22019

From: tenderlove <ko1@a...>
Date: Sun, 18 Dec 2011 12:16:14 +0900 (JST)
Subject: [ruby-changes:22019] tenderlove:r34068 (trunk): updating documentation link

tenderlove	2011-12-18 12:16:05 +0900 (Sun, 18 Dec 2011)

  New Revision: 34068

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

  Log:
    updating documentation link

  Modified files:
    trunk/lib/uri/common.rb

Index: lib/uri/common.rb
===================================================================
--- lib/uri/common.rb	(revision 34067)
+++ lib/uri/common.rb	(revision 34068)
@@ -859,7 +859,7 @@
   # (ASCII space) to + and converts others to %XX.
   #
   # This is an implementation of
-  # http://www.w3.org/TR/html5/forms.html#url-encoded-form-data
+  # http://www.w3.org/TR/html5/association-of-controls-and-forms.html#url-encoded-form-data
   #
   # See URI.decode_www_form_component, URI.encode_www_form
   def self.encode_www_form_component(str)

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

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