Skip to content

Commit 6ae0bab

Browse files
committed
changing help menu to reference documentation instead of the GitHub repo
1 parent 38c22ea commit 6ae0bab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

electron/app/js/wktWindow.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,7 @@ class WktAppMenu {
525525
label: i18n.t('menu-help-visitWebsite'),
526526
enabled: !this._hasOpenDialog,
527527
click() {
528-
shell.openExternal('https://github.com/oracle/weblogic-toolkit-ui').then();
528+
shell.openExternal('https://oracle.github.io/weblogic-toolkit-ui/').then();
529529
}
530530
},
531531
{

electron/app/locales/en/electron.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
"menu-help-checkForAppUpdates": "Check for WKT UI Updates",
8383
"menu-help-checkForToolUpdates": "Check for WKT Tools Updates",
8484
"menu-help-showQuickstart": "Show Introduction",
85-
"menu-help-visitWebsite": "Visit Website",
85+
"menu-help-visitWebsite": "View Documentation",
8686
"menu-help-toggleDevTools": "Toggle Developer Tools",
8787
"menu-help-about": "About",
8888

0 commit comments

Comments
 (0)