Skip to content

Commit 88c4339

Browse files
committed
Fix editUrl
1 parent f6f3344 commit 88c4339

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ const config = {
3232
docs: {
3333
showLastUpdateTime: true,
3434
sidebarPath: "./sidebars.js",
35-
editUrl: "https://github.com/ut-code/utcode-learn/blob/develop/",
35+
editUrl: "https://github.com/ut-code/utcode-learn/blob/master/",
3636
remarkPlugins: [math],
3737
rehypePlugins: [katex],
3838
},

0 commit comments

Comments
 (0)