Update doc path

This commit is contained in:
nemunaire 2020-12-10 16:02:54 +01:00
parent 0c8d9702b5
commit c836980e06

View File

@ -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)
}
}
}