Skip to content

Commit

Permalink
[ruby/irb] Use the documentation site as the source of truth
Browse files Browse the repository at this point in the history
(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
  • Loading branch information
st0012 authored and matzbot committed Dec 28, 2024
1 parent 609a555 commit 689bb19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/irb/irb.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit 689bb19

Please sign in to comment.