diff options
author | kazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-04-15 08:12:30 +0000 |
---|---|---|
committer | kazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-04-15 08:12:30 +0000 |
commit | f044e55cedfc267ffc465808aeb6775d1c0ef3d6 (patch) | |
tree | 5ce05b38b5398752036bcd6679df58241568886c /lib/net/http.rb | |
parent | 0eb19d3bd01bda7765c69395cb6ce34d1c8066c5 (diff) | |
download | ruby-f044e55cedfc267ffc465808aeb6775d1c0ef3d6.tar.gz ruby-f044e55cedfc267ffc465808aeb6775d1c0ef3d6.tar.xz ruby-f044e55cedfc267ffc465808aeb6775d1c0ef3d6.zip |
* lib/net/http.rb, lib/net/smtp.rb, lib/net/pop.rb: update URLs of Japanese documents.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@16033 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/net/http.rb')
-rw-r--r-- | lib/net/http.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/net/http.rb b/lib/net/http.rb index d3e3d9f2f..71b554e03 100644 --- a/lib/net/http.rb +++ b/lib/net/http.rb @@ -19,7 +19,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/?cmd=view;name=net%2Fhttp.rb +# http://www.ruby-lang.org/ja/man/html/net_http.html # #-- # $Id$ |