chore: replace http wiki links with https (#13528)

This commit is contained in:
Seth Falco
2021-10-02 00:58:09 +02:00
committed by GitHub
parent 02c2344674
commit 72fc134a88
23 changed files with 54 additions and 54 deletions

View File

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