changed wikia links to fandom

Fixes issue #10954
This commit is contained in:
Giacomo Lawrance
2019-01-24 11:21:52 +00:00
parent ec81c02d72
commit 9e6394c38c
464 changed files with 1836 additions and 1836 deletions

View File

@@ -9,7 +9,7 @@
.modal-body
.static-view(v-html='html')
.modal-footer
a.btn.btn-info(href='http://habitica.wikia.com/wiki/Whats_New', target='_blank') {{ this.$t('newsArchive') }}
a.btn.btn-info(href='http://habitica.fandom.com/wiki/Whats_New', target='_blank') {{ this.$t('newsArchive') }}
button.btn.btn-secondary(@click='tellMeLater()') {{ this.$t('tellMeLater') }}
button.btn.btn-warning(@click='dismissAlert();') {{ this.$t('dismissAlert') }}
</template>