From 967677aba0b34e4254216b4f055b8ecac5f8edb8 Mon Sep 17 00:00:00 2001 From: hsbt Date: Fri, 13 Dec 2013 23:22:41 +0000 Subject: * lib/uri/common.rb: [DOC] Fix a broken link by @namusyaka [fix GH-478] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44187 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/uri/common.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/uri/common.rb b/lib/uri/common.rb index 28c7933be6..e1bc3582c7 100644 --- a/lib/uri/common.rb +++ b/lib/uri/common.rb @@ -876,7 +876,7 @@ module URI # 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) -- cgit v1.2.3