diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | lib/net/smtp.rb | 3 |
2 files changed, 5 insertions, 3 deletions
@@ -1,3 +1,8 @@ +Sat Jun 11 15:19:38 2016 takiy33 <[email protected]> + + * lib/net/smtp.rb: [DOC] Remove dead link on documentation for + Japanese of SMTP. [Fix GH-1380] + Sat Jun 11 15:02:45 2016 Grant Hutchins <[email protected]> * string.c (rb_str_oct): [DOC] fix typo, hornored -> honored. 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. |