summaryrefslogtreecommitdiff
path: root/lib/uri/common.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/uri/common.rb')
-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)