summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--lib/net/http.rb2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 01764ee8cc..a5c4de1c19 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Thu Dec 4 10:27:12 2003 Minero Aoki <aamine@loveruby.net>
+
+ * lib/net/http.rb: update hyperlink to the Japanese document.
+
Thu Dec 4 09:12:43 2003 GOTOU Yuuzou <gotoyuzo@notwork.org>
* ext/openssl/ossl_asn1.c (asn1time_to_time): should check that
diff --git a/lib/net/http.rb b/lib/net/http.rb
index 6ac43729ba..e50a39cf5c 100644
--- a/lib/net/http.rb
+++ b/lib/net/http.rb
@@ -17,7 +17,7 @@
# See Net:::HTTP for an overview and examples.
#
# NOTE: You can find Japanese version of this document here:
-# http://www.ruby-lang.org/ja/man-1.6/?cmd=view;name=net%2Fhttp.rb
+# http://www.ruby-lang.org/ja/man/?cmd=view;name=net%2Fhttp.rb
#
#--
# $Id$