ruby-changes:31765
From: zzak <ko1@a...>
Date: Mon, 25 Nov 2013 22:23:59 +0900 (JST)
Subject: [ruby-changes:31765] zzak:r43844 (trunk): * lib/xmlrpc.rb: [DOC] Fix link to xmlrpc4r site [Bug #9148]
zzak 2013-11-25 22:23:53 +0900 (Mon, 25 Nov 2013) New Revision: 43844 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=43844 Log: * lib/xmlrpc.rb: [DOC] Fix link to xmlrpc4r site [Bug #9148] Patch by Giorgos Tsiftsis Modified files: trunk/ChangeLog trunk/lib/xmlrpc.rb Index: ChangeLog =================================================================== --- ChangeLog (revision 43843) +++ ChangeLog (revision 43844) @@ -1,3 +1,8 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Mon Nov 25 22:23:03 2013 Zachary Scott <e@z...> + + * lib/xmlrpc.rb: [DOC] Fix link to xmlrpc4r site [Bug #9148] + Patch by Giorgos Tsiftsis + Mon Nov 25 19:48:10 2013 Zachary Scott <e@z...> * lib/uri/common.rb: [DOC] typo fixes by @vipulnsward [Fixes GH-456] Index: lib/xmlrpc.rb =================================================================== --- lib/xmlrpc.rb (revision 43843) +++ lib/xmlrpc.rb (revision 43844) @@ -30,7 +30,7 @@ https://github.com/ruby/ruby/blob/trunk/lib/xmlrpc.rb#L30 # # == Documentation # -# See http://www.ntecs.de/projects/xmlrpc4r. There is plenty of detail there to +# See http://www.ntecs.de/ruby/xmlrpc4r/. There is plenty of detail there to # use the client and implement a server. # # == Features of XMLRPC for Ruby -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/