Skip to content

Commit edd61b4

Browse files
committed
Update gemspec URIs
1 parent dbcf614 commit edd61b4

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

json.gemspec

+2-3
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,13 @@ spec = Gem::Specification.new do |s|
1111
s.version = version
1212

1313
s.summary = "JSON Implementation for Ruby"
14-
s.homepage = "https://ruby.github.io/json"
14+
s.homepage = "https://github.com/ruby/json"
1515
s.metadata = {
1616
'bug_tracker_uri' => 'https://github.com/ruby/json/issues',
1717
'changelog_uri' => 'https://github.com/ruby/json/blob/master/CHANGES.md',
18-
'documentation_uri' => 'https://ruby.github.io/json/doc/index.html',
18+
'documentation_uri' => 'https://docs.ruby-lang.org/en/master/JSON.html',
1919
'homepage_uri' => s.homepage,
2020
'source_code_uri' => 'https://github.com/ruby/json',
21-
'wiki_uri' => 'https://github.com/ruby/json/wiki'
2221
}
2322

2423
s.required_ruby_version = Gem::Requirement.new(">= 2.7")

0 commit comments

Comments
 (0)