[前][次][番号順一覧][スレッド一覧]

ruby-changes:24023

From: drbrain <ko1@a...>
Date: Thu, 14 Jun 2012 06:20:05 +0900 (JST)
Subject: [ruby-changes:24023] drbrain:r36074 (trunk): * lib/observer.rb: Update broken link to the Programming Ruby book.

drbrain	2012-06-14 06:18:29 +0900 (Thu, 14 Jun 2012)

  New Revision: 36074

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=36074

  Log:
    * lib/observer.rb:  Update broken link to the Programming Ruby book.
      Patch by Zachary Scott.  [ruby-trunk - Bug #6536]
    * lib/drb/drb.rb:  ditto.

  Modified files:
    trunk/ChangeLog
    trunk/lib/drb/drb.rb
    trunk/lib/observer.rb

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 36073)
+++ ChangeLog	(revision 36074)
@@ -1,3 +1,9 @@
+Thu Jun 14 06:17:47 2012  Eric Hodel  <drbrain@s...>
+
+	* lib/observer.rb:  Update broken link to the Programming Ruby book.
+	  Patch by Zachary Scott.  [ruby-trunk - Bug #6536]
+	* lib/drb/drb.rb:  ditto.
+
 Thu Jun 14 05:23:05 2012  NARUSE, Yui  <naruse@r...>
 
 	* regparse.c (PFETCH_READY): suppress Wunused-but-set-variable.
Index: lib/observer.rb
===================================================================
--- lib/observer.rb	(revision 36073)
+++ lib/observer.rb	(revision 36074)
@@ -1,7 +1,7 @@
 #
 # Implementation of the _Observer_ object-oriented design pattern.  The
 # following documentation is copied, with modifications, from "Programming
-# Ruby", by Hunt and Thomas; http://www.rubycentral.com/book/lib_patterns.html.
+# Ruby", by Hunt and Thomas; http://www.ruby-doc.org/docs/ProgrammingRuby/html/lib_patterns.html.
 #
 # See Observable for more info.
 
Index: lib/drb/drb.rb
===================================================================
--- lib/drb/drb.rb	(revision 36073)
+++ lib/drb/drb.rb	(revision 36074)
@@ -44,7 +44,7 @@
 # [http://www.eng.cse.dmu.ac.uk/~hgs/ruby/dRuby/]
 #   Links to English-language Ruby material collected by Hugh Sasse.
 #
-# [http://www.rubycentral.com/book/ospace.html]
+# [http://www.ruby-doc.org/docs/ProgrammingRuby/html/ospace.html]
 #   The chapter from *Programming* *Ruby* by Dave Thomas and Andy Hunt
 #   which discusses dRuby.
 #

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]