diff --git a/ChangeLog b/ChangeLog index 702f8736bd..a3d6fd987e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Thu Jun 14 06:21:00 2012 Eric Hodel + + * lib/drb/drb.rb: Replace broken links to the English DRb book. + Patch by Zachary Scott. [ruby-trunk - Bug #6544] + Thu Jun 14 06:17:47 2012 Eric Hodel * lib/observer.rb: Update broken link to the Programming Ruby book. diff --git a/lib/drb/drb.rb b/lib/drb/drb.rb index 217b5963ec..bd148d5ad1 100644 --- a/lib/drb/drb.rb +++ b/lib/drb/drb.rb @@ -34,15 +34,9 @@ # [http://www2a.biglobe.ne.jp/~seki/ruby/druby.en.html] # The English version of the dRuby home page. # -# [http://www.chadfowler.com/ruby/drb.html] -# A quick tutorial introduction to using dRuby by Chad Fowler. -# -# [http://www.linux-mag.com/2002-09/ruby_05.html] -# A tutorial introduction to dRuby in Linux Magazine by Dave Thomas. -# Includes a discussion of Rinda. -# -# [http://www.eng.cse.dmu.ac.uk/~hgs/ruby/dRuby/] -# Links to English-language Ruby material collected by Hugh Sasse. +# [http://pragprog.com/book/sidruby/the-druby-book] +# The dRuby Book: Distributed and Parallel Computing with Ruby +# by Masatoshi Seki and Makoto Inoue # # [http://www.ruby-doc.org/docs/ProgrammingRuby/html/ospace.html] # The chapter from *Programming* *Ruby* by Dave Thomas and Andy Hunt