From 7cabeff61a25e37517afcdc4fb164a9365f5e30c Mon Sep 17 00:00:00 2001 From: tenderlove Date: Sun, 18 Dec 2011 03:16:05 +0000 Subject: updating documentation link git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34068 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/uri/common.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/uri') diff --git a/lib/uri/common.rb b/lib/uri/common.rb index 2b0dc2f1ab..5c5fc0c2e2 100644 --- a/lib/uri/common.rb +++ b/lib/uri/common.rb @@ -859,7 +859,7 @@ module URI # (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) -- cgit v1.2.3