Skip to content

Commit ca7487a

Browse files
authored
Merge pull request #1 from poppinlp/master
chore: modify the plugin source
2 parents 4856eca + 672563e commit ca7487a

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)