diff --git a/htdocs/src/components/hHelp.vue b/htdocs/src/components/hHelp.vue index 365ebaf..41f0e7e 100644 --- a/htdocs/src/components/hHelp.vue +++ b/htdocs/src/components/hHelp.vue @@ -42,7 +42,7 @@ export default { methods: { openHelp () { - window.open('https://help.happydns.org/' + encodeURIComponent(this.$i18n.locale) + '/' + this.$router.history.current.name) + window.open('https://help.happydns.org/' + encodeURIComponent(this.$i18n.locale) + '/pages/' + this.$router.history.current.name) } } }