Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit bc5c127

Browse files
committed
change plugin url
Signed-off-by: Scott Lee <soulindarkness@gmail.com>
1 parent c5f6b89 commit bc5c127

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ const DEFAULT_CONFIG = {
6161
verify: 'https://leetcode.com/submissions/detail/$id/check/',
6262
favorites: 'https://leetcode.com/list/api/questions',
6363
favorite_delete: 'https://leetcode.com/list/api/questions/$hash/$id',
64-
plugin: 'https://raw.githubusercontent.com/leetcode-tools/leetcode-cli/master/lib/plugins/$name.js'
64+
plugin: 'https://raw.githubusercontent.com/leetcode-tools/leetcode-cli-plugins/master/plugins/$name.js'
6565
},
6666
},
6767

0 commit comments

Comments
 (0)