diff --git a/ChangeLog b/ChangeLog index 79b8a0b503..5aa50a8d99 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Wed Jul 31 12:02:16 2013 Zachary Scott + + * lib/rubygems.rb: [DOC] typo in url patch by @Red54 [Fixes #369] + Wed Jul 31 07:09:07 2013 Eric Hodel * lib/rubygems: Import RubyGems from master as of commit 523551c diff --git a/lib/rubygems.rb b/lib/rubygems.rb index 55658201f1..bd81308ba6 100644 --- a/lib/rubygems.rb +++ b/lib/rubygems.rb @@ -38,7 +38,7 @@ require 'rubygems/errors' # # * {RubyGems API}[http://rubygems.rubyforge.org/rdoc] (also available from # gem server) -# * {RubyGems Bookshelf}[http://rubygem.org] +# * {RubyGems Bookshelf}[http://docs.rubygems.org] # # == RubyGems Plugins #