Skip to content

Commit 689bb19

Browse files
st0012matzbot
authored andcommitted
[ruby/irb] Use the documentation site as the source of truth
(ruby/irb#1055) * Use the documentation site as the source of truth 1. Remove detailed content from README.md and point links to the documentation site. 2. Remove the content of EXTEND_IRB.md and point links to the documentation site. * Use GitHub pages as Rubygems' documentation target ruby/irb@d2b73cb91e
1 parent 609a555 commit 689bb19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/irb/irb.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
1818

1919
spec.metadata["homepage_uri"] = spec.homepage
2020
spec.metadata["source_code_uri"] = spec.homepage
21-
spec.metadata["documentation_uri"] = spec.homepage
21+
spec.metadata["documentation_uri"] = "https://ruby.github.io/irb/"
2222
spec.metadata["changelog_uri"] = "#{spec.homepage}/releases"
2323

2424
spec.files = [

0 commit comments

Comments
 (0)