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 | 8cb17727c423baefc792f3066b53f9f65680922a (patch) | |
tree | 5ce05b38b5398752036bcd6679df58241568886c /lib/net/smtp.rb | |
parent | bf52f99b6bc47beae34b5abe0276c5d20f282de2 (diff) |
* lib/net/http.rb, lib/net/smtp.rb, lib/net/pop.rb: update URLs of Japanese documents.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@16033 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/net/smtp.rb')
-rw-r--r-- | lib/net/smtp.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/net/smtp.rb b/lib/net/smtp.rb index 8f81ae8450..57dee9a496 100644 --- a/lib/net/smtp.rb +++ b/lib/net/smtp.rb @@ -12,7 +12,7 @@ # modify this program under the same terms as Ruby itself. # # NOTE: You can find Japanese version of this document at: -# http://www.ruby-lang.org/ja/man/index.cgi?cmd=view;name=net%2Fsmtp.rb +# http://www.ruby-lang.org/ja/man/html/net_smtp.html # # $Id$ # |