summaryrefslogtreecommitdiff
path: root/lib/net/smtp.rb
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-06-11 06:19:40 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-06-11 06:19:40 +0000
commit69b8fddd550ff7b265b55a879627898231c0f92b (patch)
treec66be51f9096bc34957194ed76cc3b75c3259f8b /lib/net/smtp.rb
parentaaf8c099009d26da9eb0404669911d29ec0fded7 (diff)
Remove dead link [ci skip]
* lib/net/smtp.rb: [DOC] Remove dead link on documentation for Japanese of SMTP. [Fix GH-1380] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55379 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/net/smtp.rb')
-rw-r--r--lib/net/smtp.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/net/smtp.rb b/lib/net/smtp.rb
index a7130a593b..50cd742495 100644
--- a/lib/net/smtp.rb
+++ b/lib/net/smtp.rb
@@ -12,9 +12,6 @@
# This program is free software. You can re-distribute and/or
# 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/html/net_smtp.html
-#
# $Id$
#
# See Net::SMTP for documentation.