diff options
author | zzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2013-11-25 13:23:53 +0000 |
---|---|---|
committer | zzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2013-11-25 13:23:53 +0000 |
commit | c107372597586e1ad0fea03c00a14bdd7205b5d8 (patch) | |
tree | e3e00b313768c86dad5e69ab449c50b1755cc3c9 /lib | |
parent | 217d37a64a0df8ed369998c135acc175cac4c6dd (diff) |
* lib/xmlrpc.rb: [DOC] Fix link to xmlrpc4r site [Bug #9148]
Patch by Giorgos Tsiftsis
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43844 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib')
-rw-r--r-- | lib/xmlrpc.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/xmlrpc.rb b/lib/xmlrpc.rb index d8208d02a8..0fb9e83361 100644 --- a/lib/xmlrpc.rb +++ b/lib/xmlrpc.rb @@ -30,7 +30,7 @@ # # == 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 |