diff options
| -rw-r--r-- | ChangeLog | 5 | ||||
| -rw-r--r-- | lib/net/http.rb | 2 | ||||
| -rw-r--r-- | lib/net/pop.rb | 2 | ||||
| -rw-r--r-- | lib/net/smtp.rb | 2 |
4 files changed, 8 insertions, 3 deletions
@@ -1,3 +1,8 @@ +Tue Apr 15 17:10:59 2008 Kazuhiro NISHIYAMA <zn@mbf.nifty.com> + + * lib/net/http.rb, lib/net/smtp.rb, lib/net/pop.rb: update + URLs of Japanese documents. + Tue Apr 15 16:45:14 2008 Kazuhiro NISHIYAMA <zn@mbf.nifty.com> * test/ruby/test_symbol.rb (TestSymbol#test_to_proc): add tests. 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$ diff --git a/lib/net/pop.rb b/lib/net/pop.rb index 1562f9083..82cc9a747 100644 --- a/lib/net/pop.rb +++ b/lib/net/pop.rb @@ -13,7 +13,7 @@ # Ruby Distribute License. # # NOTE: You can find Japanese version of this document at: -# http://www.ruby-lang.org/ja/man/index.cgi?cmd=view;name=net%2Fpop.rb +# http://www.ruby-lang.org/ja/man/html/net_pop.html # # $Id$ # diff --git a/lib/net/smtp.rb b/lib/net/smtp.rb index 8f81ae845..57dee9a49 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$ # |
