Skip to content

Commit fc05b1a

Browse files
authored
Merge pull request #318 from ut-code/fix-edit-url
Fix editUrl from `master` to `develop`
2 parents 515e4c6 + 0c2dec3 commit fc05b1a

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)