Skip to content

Commit 6c23dcb

Browse files
authored
Merge pull request #8327 from st0012/fix-broken-links
2 parents b8b9676 + 76cb4aa commit 6c23dcb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ The release policy is somewhat similar to the release policy of Ruby itself:
8686
## Documentation
8787

8888
RubyGems uses [rdoc](https://github.com/rdoc/rdoc) for documentation. A compiled set of the docs
89-
can be viewed online at [rubydoc](https://www.rubydoc.info/github/rubygems/rubygems).
89+
can be viewed online at [docs.ruby-lang.org](https://docs.ruby-lang.org/en/master/Gem.html).
9090

9191
RubyGems also provides a comprehensive set of guides which covers numerous topics such as
9292
creating a new gem, security practices and other resources at https://guides.rubygems.org

lib/rubygems.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ module Gem
107107
#
108108
# == License
109109
#
110-
# See {LICENSE.txt}[rdoc-ref:lib/rubygems/LICENSE.txt] for permissions.
110+
# See {LICENSE.txt}[https://github.com/rubygems/rubygems/blob/master/LICENSE.txt] for permissions.
111111
#
112112
# Thanks!
113113
#

0 commit comments

Comments
 (0)