File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -525,7 +525,7 @@ class WktAppMenu {
525
525
label : i18n . t ( 'menu-help-visitWebsite' ) ,
526
526
enabled : ! this . _hasOpenDialog ,
527
527
click ( ) {
528
- shell . openExternal ( 'https://github.com/oracle/ weblogic-toolkit-ui' ) . then ( ) ;
528
+ shell . openExternal ( 'https://oracle. github.io/ weblogic-toolkit-ui/ ' ) . then ( ) ;
529
529
}
530
530
} ,
531
531
{
Original file line number Diff line number Diff line change 82
82
"menu-help-checkForAppUpdates" : " Check for WKT UI Updates" ,
83
83
"menu-help-checkForToolUpdates" : " Check for WKT Tools Updates" ,
84
84
"menu-help-showQuickstart" : " Show Introduction" ,
85
- "menu-help-visitWebsite" : " Visit Website " ,
85
+ "menu-help-visitWebsite" : " View Documentation " ,
86
86
"menu-help-toggleDevTools" : " Toggle Developer Tools" ,
87
87
"menu-help-about" : " About" ,
88
88
You can’t perform that action at this time.
0 commit comments