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
27
27
28
28
Usage and documentation
29
29
-----------------------
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.
31
31
32
32
[ wiki ] : https://github.com/rails/thor/wiki
33
- [ homepage ] : http://whatisthor.com/
34
33
35
34
Contributing
36
35
------------
Original file line number Diff line number Diff line change @@ -9,14 +9,14 @@ Gem::Specification.new do |spec|
9
9
spec . licenses = %w( MIT )
10
10
spec . authors = [ "Yehuda Katz" , "José Valim" ]
11
11
12
- spec . homepage = "http ://whatisthor .com/"
12
+ spec . homepage = "https ://github .com/rails/thor "
13
13
spec . description = "Thor is a toolkit for building powerful command-line interfaces."
14
14
spec . summary = spec . description
15
15
16
16
spec . metadata = {
17
17
"bug_tracker_uri" => "https://github.com/rails/thor/issues" ,
18
18
"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 " ,
20
20
"source_code_uri" => "https://github.com/rails/thor/tree/v#{ Thor ::VERSION } " ,
21
21
"wiki_uri" => "https://github.com/rails/thor/wiki" ,
22
22
"rubygems_mfa_required" => "true" ,
You can’t perform that action at this time.
0 commit comments