summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorStan Lo <[email protected]>2024-12-29 03:17:03 +0800
committergit <[email protected]>2024-12-28 19:17:06 +0000
commit689bb193cc7a1b49cb241d14b84208dfff83c8ea (patch)
tree0418626f09af9a4ff6a37bbc2a9d6788f869c375 /lib
parent609a555ee00e7501d52bc4155cd2f8ee980cee2f (diff)
[ruby/irb] Use the documentation site as the source of truth
(https://github.com/ruby/irb/pull/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 https://github.com/ruby/irb/commit/d2b73cb91e
Diffstat (limited to 'lib')
-rw-r--r--lib/irb/irb.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/irb/irb.gemspec b/lib/irb/irb.gemspec
index b29002f593..6057d84dbb 100644
--- a/lib/irb/irb.gemspec
+++ b/lib/irb/irb.gemspec
@@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
spec.metadata["homepage_uri"] = spec.homepage
spec.metadata["source_code_uri"] = spec.homepage
- spec.metadata["documentation_uri"] = spec.homepage
+ spec.metadata["documentation_uri"] = "https://ruby.github.io/irb/"
spec.metadata["changelog_uri"] = "#{spec.homepage}/releases"
spec.files = [