Skip to content

Commit 46e4554

Browse files
authored
Merge pull request ianding1#2 from leeguooooo/master
Changed LeetCode China domain
2 parents bdded50 + 5a7d4e0 commit 46e4554

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoload/leetcode.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ if thirdparty_dir not in sys.path:
1919
sys.path.append(thirdparty_dir)
2020

2121
if int(vim.eval('g:leetcode_china')):
22-
os.environ['LEETCODE_BASE_URL'] = 'https://leetcode-cn.com'
22+
os.environ['LEETCODE_BASE_URL'] = 'https://leetcode.cn'
2323
else:
2424
os.environ['LEETCODE_BASE_URL'] = 'https://leetcode.com'
2525

0 commit comments

Comments
 (0)