File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -27,10 +27,9 @@ Installation
2727
2828Usage 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
3534Contributing
3635------------
Original file line number Diff line number Diff line change @@ -9,14 +9,14 @@ Gem::Specification.new do |spec|
99 spec . licenses = %w( MIT )
1010 spec . authors = [ "Yehuda Katz" , "José Valim" ]
111112- 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" ,
You can’t perform that action at this time.
0 commit comments