Skip to content

Commit 79d0ea6

Browse files
committed
Change develop to master doc
1 parent e0f9a46 commit 79d0ea6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/menu/templates/help.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@ export default function () {
3434
submenu: [{
3535
label: 'Quick Start',
3636
click () {
37-
shell.openExternal('https://github.com/marktext/marktext/blob/develop/docs/README.md')
37+
shell.openExternal('https://github.com/marktext/marktext/blob/master/docs/README.md')
3838
}
3939
}, {
4040
label: 'Markdown syntax',
4141
click () {
42-
shell.openExternal('https://github.com/marktext/marktext/blob/develop/docs/MARKDOWN_SYNTAX.md')
42+
shell.openExternal('https://github.com/marktext/marktext/blob/master/docs/MARKDOWN_SYNTAX.md')
4343
}
4444
}, {
4545
label: 'Changelog',

0 commit comments

Comments
 (0)