summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authoraamine <aamine@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-12-04 01:27:39 +0000
committeraamine <aamine@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-12-04 01:27:39 +0000
commitad592fa016016d0e0f0e3498f5f4c249f51e0155 (patch)
treea698f963a4206c3d0367fa7720efe8edb5bdef3c /lib
parentf4ddca17e0466cf2ed6aec1fa578312aff04d93d (diff)
* lib/net/http.rb: update hyperlink to the Japanese document.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5101 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib')
-rw-r--r--lib/net/http.rb2
1 files changed, 1 insertions, 1 deletions
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$