This commit is contained in:
sunny 2018-10-23 10:46:02 +09:00
parent a1405683a4
commit f6b2cfd449

View File

@ -193,7 +193,7 @@ export function buildDefaultMenu(
const submitIssueItem: Electron.MenuItemConstructorOptions = {
label: __DARWIN__ ? 'Report Issue…' : 'Report issue…',
click() {
shell.openExternal('https://github.com/desktop/desktop/issues/new/choose');
shell.openExternal('https://www.loafle.com/');
},
};
@ -201,7 +201,7 @@ export function buildDefaultMenu(
label: __DARWIN__ ? 'Contact overFlow Scanner Support…' : '&Contact overFlow Scanner support…',
click() {
shell.openExternal(
`https://github.com/contact?from_desktop_app=1&app_version=${app.getVersion()}`
`https://www.loafle.com/`
);
},
};
@ -209,7 +209,7 @@ export function buildDefaultMenu(
const showUserGuides: Electron.MenuItemConstructorOptions = {
label: 'Show User Guides',
click() {
shell.openExternal('https://help.github.com/desktop/guides/');
shell.openExternal('https://www.loafle.com/index.php/product/ns-docs');
},
};