diff --git a/website/client/components/appFooter.vue b/website/client/components/appFooter.vue index 1466d7258b..1c87e43f81 100644 --- a/website/client/components/appFooter.vue +++ b/website/client/components/appFooter.vue @@ -13,21 +13,21 @@ h3 Company ul li - a(href='/static/features') {{ $t('companyAbout') }} + router-link(to='/static/features') {{ $t('companyAbout') }} li a(href='https://habitica.wordpress.com/', target='_blank') {{ $t('companyBlog') }} li a(href='http://blog.habitrpg.com/', target='_blank') {{ $t('tumblr') }} li - a(href='/static/faq') {{ $t('FAQ') }} + router-link(to='/static/faq') {{ $t('FAQ') }} li a(href='http://habitica.wikia.com/wiki/Whats_New', target='_blank') {{ $t('oldNews') }} li - a(href='/static/merch') {{ $t('merch') }} + router-link(to='/static/merch') {{ $t('merch') }} li - a(href='/static/press-kit') {{ $t('presskit') }} + router-link(to='/static/press-kit') {{ $t('presskit') }} li - a(href='/static/contact') {{ $t('contactUs') }} + router-link(to='/static/contact') {{ $t('contactUs') }} .col-12.col-md-2 h3 Community ul diff --git a/website/client/components/groups/tavern.vue b/website/client/components/groups/tavern.vue index ccfec8d7d6..87c43a0e4a 100644 --- a/website/client/components/groups/tavern.vue +++ b/website/client/components/groups/tavern.vue @@ -76,11 +76,11 @@ .section.row(v-if="sections.helpfulLinks") ul li - a(href='/static/community-guidelines', v-once) {{ $t('communityGuidelinesLink') }} + router-link(to='/static/community-guidelines', v-once) {{ $t('communityGuidelinesLink') }} li router-link(to="/groups/guild/f2db2a7f-13c5-454d-b3ee-ea1f5089e601") {{ $t('lookingForGroup') }} li - a(href='/static/faq', v-once) {{ $t('faq') }} + router-link(to='/static/faq', v-once) {{ $t('faq') }} li a(href='', v-html="$t('glossary')") li