summaryrefslogtreecommitdiff
path: root/lib/uri
diff options
context:
space:
mode:
authortenderlove <tenderlove@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-12-18 03:16:05 +0000
committertenderlove <tenderlove@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-12-18 03:16:05 +0000
commit7cabeff61a25e37517afcdc4fb164a9365f5e30c (patch)
tree62d099b19fb75725df4e76857df585e05a26b6f9 /lib/uri
parent9f688d53c2b5af5960d1e8d8fb09b26aa9d8b5f9 (diff)
updating documentation link
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34068 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/uri')
-rw-r--r--lib/uri/common.rb2
1 files changed, 1 insertions, 1 deletions
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)