Skip to content

Commit 672563e

Browse files
committedMar 22, 2019
chore: modify the plugin source
1 parent 4856eca commit 672563e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎lib/config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ const DEFAULT_CONFIG = {
4444
verify: 'https://leetcode.com/submissions/detail/$id/check/',
4545
favorites: 'https://leetcode.com/list/api/questions',
4646
favorite_delete: 'https://leetcode.com/list/api/questions/$hash/$id',
47-
plugin: 'https://github.com/skygragon/leetcode-cli-plugins/raw/master/plugins/$name.js'
47+
plugin: 'https://raw.githubusercontent.com/leetcode-tools/leetcode-cli-plugins/master/plugins/$name.js'
4848
}
4949
},
5050

‎package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.