diff --git a/core/frontend/src/layout/components/Topbar.vue b/core/frontend/src/layout/components/Topbar.vue index 34a133efa8..87df0f5bab 100644 --- a/core/frontend/src/layout/components/Topbar.vue +++ b/core/frontend/src/layout/components/Topbar.vue @@ -199,7 +199,7 @@ export default { if (this.$store.getters.uiInfo && this.$store.getters.uiInfo['ui.helpLink'] && this.$store.getters.uiInfo['ui.helpLink'].paramValue) { return this.$store.getters.uiInfo['ui.helpLink'].paramValue } - return 'https://dataease.io/docs/' + return 'https://dataease.io/docs/v1/' }, /* topMenuColor() { return this.$store.getters.uiInfo.topMenuColor