Skip to content

Commit b2d98fe

Browse files
committed
Remove whatisthor.com references
Closes #477 Closes #454
1 parent 17a3be9 commit b2d98fe

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,9 @@ Installation
2727

2828
Usage and documentation
2929
-----------------------
30-
Please see the [wiki][] for basic usage and other documentation on using Thor. You can also check out the [official homepage][homepage].
30+
Please see the [wiki][] for basic usage and other documentation on using Thor.
3131

3232
[wiki]: https://github.com/rails/thor/wiki
33-
[homepage]: http://whatisthor.com/
3433

3534
Contributing
3635
------------

thor.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ Gem::Specification.new do |spec|
99
spec.licenses = %w(MIT)
1010
spec.authors = ["Yehuda Katz", "José Valim"]
1111
spec.email = "[email protected]"
12-
spec.homepage = "http://whatisthor.com/"
12+
spec.homepage = "https://github.com/rails/thor"
1313
spec.description = "Thor is a toolkit for building powerful command-line interfaces."
1414
spec.summary = spec.description
1515

1616
spec.metadata = {
1717
"bug_tracker_uri" => "https://github.com/rails/thor/issues",
1818
"changelog_uri" => "https://github.com/rails/thor/releases/tag/v#{Thor::VERSION}",
19-
"documentation_uri" => "http://whatisthor.com/",
19+
"documentation_uri" => "https://github.com/rails/thor/wiki",
2020
"source_code_uri" => "https://github.com/rails/thor/tree/v#{Thor::VERSION}",
2121
"wiki_uri" => "https://github.com/rails/thor/wiki",
2222
"rubygems_mfa_required" => "true",

0 commit comments

Comments
 (0)