Skip to content

Commit 77d60ff

Browse files
committed
update GH base URL
1 parent dc2bf85 commit 77d60ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

verifySiteData.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ const languageMap = {
7373
},
7474
};
7575

76-
const GITHUB_BASE_URL = 'https://github.com/neetcode-gh/leetcode/blob/nc-refactor';
76+
const GITHUB_BASE_URL = 'https://github.com/neetcode-gh/leetcode/blob/main';
7777

7878
for (const problem of PROBLEMS_SITE_DATA) {
7979
for (const language in languageMap) {

0 commit comments

Comments
 (0)