From 689bb193cc7a1b49cb241d14b84208dfff83c8ea Mon Sep 17 00:00:00 2001 From: Stan Lo Date: Sun, 29 Dec 2024 03:17:03 +0800 Subject: [PATCH] [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 --- lib/irb/irb.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/irb/irb.gemspec b/lib/irb/irb.gemspec index b29002f5931df7..6057d84dbb0968 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 = [