From 63da4ce3bc9eba0290f9ad8b964f6a06779c3273 Mon Sep 17 00:00:00 2001 From: zzak Date: Tue, 21 Jan 2014 08:56:15 +0000 Subject: * lib/uri/common.rb: [DOC] Use static w3.org uri [ci skip] Patch by @ykzts [Fix GH-484] https://github.com/ruby/ruby/pull/484 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44674 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 c8829cca37..385eca2494 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/forms.html#url-encoded-form-data + # http://www.w3.org/TR/2013/CR-html5-20130806/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