From d23a244653294a579cbb8af0c1ca5e35baa8e1c8 Mon Sep 17 00:00:00 2001 From: aamine Date: Thu, 4 Dec 2003 01:27:39 +0000 Subject: * lib/net/http.rb: update hyperlink to the Japanese document. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5101 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ lib/net/http.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 01764ee8c..a5c4de1c1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Thu Dec 4 10:27:12 2003 Minero Aoki + + * lib/net/http.rb: update hyperlink to the Japanese document. + Thu Dec 4 09:12:43 2003 GOTOU Yuuzou * ext/openssl/ossl_asn1.c (asn1time_to_time): should check that diff --git a/lib/net/http.rb b/lib/net/http.rb index 6ac43729b..e50a39cf5 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$ -- cgit