Skip to content

Commit 8ac2e87

Browse files
authored
Merge pull request #569 from ut-code/fix-edit-url
Fix `editUrl`
2 parents f6f3344 + 88c4339 commit 8ac2e87

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)