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

@@ -169,7 +169,7 @@ TaskSchema.statics.findByIdOrAlias = async function findByIdOrAlias (identifier,
};
// Sanitize user tasks linked to a challenge
// See http://habitica.wikia.com/wiki/Challenges#Challenge_Participant.27s_Permissions for more info
// See http://habitica.fandom.com/wiki/Challenges#Challenge_Participant.27s_Permissions for more info
TaskSchema.statics.sanitizeUserChallengeTask = function sanitizeUserChallengeTask (taskObj) {
const initialSanitization = this.sanitize(taskObj);