docs: updated wiki links

This commit is contained in:
liyasthomas
2021-08-19 22:38:50 +05:30
parent fc4e945a7e
commit 95547108bf
10 changed files with 32 additions and 28 deletions

View File

@@ -32,16 +32,12 @@
arrow
>
<template #trigger>
<ButtonSecondary
v-tippy="{ theme: 'tooltip' }"
icon="help_center"
:title="$t('app.help')"
/>
<ButtonSecondary icon="help_center" :label="$t('app.help')" />
</template>
<div class="flex flex-col">
<SmartItem
:label="$t('app.documentation')"
to="https://github.com/hoppscotch/hoppscotch/wiki"
to="https://docs.hoppscotch.io"
blank
@click.native="$refs.options.tippy().hide()"
/>
@@ -74,7 +70,7 @@
/>
<SmartItem
:label="$t('app.terms_and_privacy')"
to="https://github.com/hoppscotch/hoppscotch/wiki/Privacy-Policy"
to="https://docs.hoppscotch.io/privacy"
blank
@click.native="$refs.options.tippy().hide()"
/>

View File

@@ -121,10 +121,7 @@ export default defineComponent({
setLocalConfig("cookiesAllowed", "yes")
toastObject.goAway(0)
window
.open(
"https://github.com/hoppscotch/hoppscotch/wiki/Privacy-Policy",
"_blank"
)
.open("https://docs.hoppscotch.io/privacy", "_blank")
.focus()
},
},

View File

@@ -9,7 +9,7 @@
<SmartItem
icon="menu_book"
:label="$t('app.documentation')"
to="https://github.com/hoppscotch/hoppscotch/wiki"
to="https://docs.hoppscotch.io"
:description="$t('support.documentation')"
info-icon="chevron_right"
active