diff --git a/README.md b/README.md index de6259d19af2..f567ed41f674 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ The release policy is somewhat similar to the release policy of Ruby itself: ## Documentation RubyGems uses [rdoc](https://github.com/rdoc/rdoc) for documentation. A compiled set of the docs -can be viewed online at [rubydoc](https://www.rubydoc.info/github/rubygems/rubygems). +can be viewed online at [docs.ruby-lang.org](https://docs.ruby-lang.org/en/master/Gem.html). RubyGems also provides a comprehensive set of guides which covers numerous topics such as creating a new gem, security practices and other resources at https://guides.rubygems.org diff --git a/lib/rubygems.rb b/lib/rubygems.rb index 8a5728d831e9..ee88d23a3895 100644 --- a/lib/rubygems.rb +++ b/lib/rubygems.rb @@ -107,7 +107,7 @@ module Gem # # == License # -# See {LICENSE.txt}[rdoc-ref:lib/rubygems/LICENSE.txt] for permissions. +# See {LICENSE.txt}[https://github.com/rubygems/rubygems/blob/master/LICENSE.txt] for permissions. # # Thanks! #