aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--lib/xmlrpc.rb2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 0b1b5976d5..5eb47362f5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Mon Nov 25 22:23:03 2013 Zachary Scott <e@zzak.io>
+
+ * 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@zzak.io>
* lib/uri/common.rb: [DOC] typo fixes by @vipulnsward [Fixes GH-456]
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