diff options
| author | Stan Lo <stan001212@gmail.com> | 2024-12-29 03:17:03 +0800 |
|---|---|---|
| committer | git <svn-admin@ruby-lang.org> | 2024-12-28 19:17:06 +0000 |
| commit | 689bb193cc7a1b49cb241d14b84208dfff83c8ea (patch) | |
| tree | 0418626f09af9a4ff6a37bbc2a9d6788f869c375 | |
| parent | 609a555ee00e7501d52bc4155cd2f8ee980cee2f (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
| -rw-r--r-- | lib/irb/irb.gemspec | 2 |
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 = [ |
