1 parent f13dbaa commit c6d3816Copy full SHA for c6d3816
src/constant/index.js
@@ -1,5 +1,6 @@
1
export const LEETCODE_CN_URL = "https://leetcode-cn.com";
2
export const LEETCODE_URL = "https://leetcode.com";
3
-export const ISSUES_URL = "https://github.com/azl397985856/leetcode/issues";
+export const ISSUES_URL =
4
+ "https://github.com/azl397985856/leetcode-cheat/issues";
5
export const CONTRIBUTE_COMPANY_URL =
- "https://github.com/azl397985856/leetcode/issues/382";
6
+ "https://github.com/azl397985856/leetcode-cheat/issues/1";
0 commit comments