diff --git a/ayanova/src/App.vue b/ayanova/src/App.vue index b0de1915..19aa792e 100644 --- a/ayanova/src/App.vue +++ b/ayanova/src/App.vue @@ -134,7 +134,7 @@ export default { isMain: true, icon: "", title: "", - helpUrl: "index.html", + helpUrl: "user-intro", menuItems: [] } }; diff --git a/ayanova/src/api/gzmenu.js b/ayanova/src/api/gzmenu.js index f7eae49e..6f6d1b3d 100644 --- a/ayanova/src/api/gzmenu.js +++ b/ayanova/src/api/gzmenu.js @@ -14,8 +14,8 @@ export default { vm.appBar.icon = ctx.icon; vm.appBar.title = ctx.title; - //set the help url if presented or default to the top of the index - vm.appBar.helpUrl = ctx.helpUrl ? ctx.helpUrl : "index.html"; + //set the help url if presented or default to the User section intro + vm.appBar.helpUrl = ctx.helpUrl ? ctx.helpUrl : "user-intro"; vm.appBar.menuItems = []; //CONTEXT TOP PORTION