We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc2bf85 commit 77d60ffCopy full SHA for 77d60ff
verifySiteData.js
@@ -73,7 +73,7 @@ const languageMap = {
73
},
74
};
75
76
-const GITHUB_BASE_URL = 'https://github.com/neetcode-gh/leetcode/blob/nc-refactor';
+const GITHUB_BASE_URL = 'https://github.com/neetcode-gh/leetcode/blob/main';
77
78
for (const problem of PROBLEMS_SITE_DATA) {
79
for (const language in languageMap) {
0 commit comments