1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

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
This commit is contained in:
nobu 2016-06-11 06:19:40 +00:00
parent aaf8c09900
commit 69b8fddd55
2 changed files with 5 additions and 3 deletions

View file

@ -1,3 +1,8 @@
Sat Jun 11 15:19:38 2016 takiy33 <takiy33@users.noreply.github.com>
* 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 <github@nertzy.com>
* string.c (rb_str_oct): [DOC] fix typo, hornored -> honored.

View file

@ -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.