Skip to content

Commit 0c2dec3

Browse files
committed
Fix editUrl from master to develop
1 parent ca97a11 commit 0c2dec3

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
@@ -23,7 +23,7 @@ module.exports = {
2323
docs: {
2424
showLastUpdateTime: true,
2525
sidebarPath: require.resolve("./sidebars.js"),
26-
editUrl: "https://github.com/ut-code/utcode-learn/blob/master/",
26+
editUrl: "https://github.com/ut-code/utcode-learn/blob/develop/",
2727
remarkPlugins: [math],
2828
rehypePlugins: [katex],
2929
},

0 commit comments

Comments
 (0)