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

@@ -20,7 +20,7 @@
label.d-flex.align-items-center.justify-content-between(v-once)
span {{ $t('notes') }}
small(v-once)
a(target="_blank", href="http://habitica.wikia.com/wiki/Markdown_Cheat_Sheet") {{ $t('markdownHelpLink') }}
a(target="_blank", href="http://habitica.fandom.com/wiki/Markdown_Cheat_Sheet") {{ $t('markdownHelpLink') }}
textarea.form-control(v-model="task.notes", rows="3")
.task-modal-content(@click="handleClick($event)")