Skip to content

Commit 8525c79

Browse files
authored
Merge pull request #503 from amatsuda/githubio
homepage in the gemspec points at non-existent page
2 parents 131d947 + 87573ee commit 8525c79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rdoc.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Gem::Specification.new do |s|
2121
RDoc produces HTML and command-line documentation for Ruby projects.
2222
RDoc includes the +rdoc+ and +ri+ tools for generating and displaying documentation from the command-line.
2323
DESCRIPTION
24-
s.homepage = "https://rdoc.github.io/rdoc"
24+
s.homepage = "https://ruby.github.io/rdoc"
2525
s.licenses = ["Ruby"]
2626

2727
s.bindir = "exe"

0 commit comments

Comments
 (0)