Fixed remaining links

This commit is contained in:
Absurdon 2017-04-18 14:48:27 +02:00
parent e8afc5da4c
commit d8111393db
3 changed files with 13 additions and 13 deletions

View file

@ -30,47 +30,47 @@ class SoundController {
this.tunes = {
"classic": {
description: "Gathers Classic",
url: 'http://www.ensl.org/files/audio/gather-1.mp3'
url: 'https://www.ensl.org/files/audio/gather-1.mp3'
},
"nights": {
description: "Nights",
url: 'http://www.ensl.org/files/audio/nights.mp3'
url: 'https://www.ensl.org/files/audio/nights.mp3'
},
"robby": {
description: "Robby",
url: 'http://www.ensl.org/files/audio/robby.mp3'
url: 'https://www.ensl.org/files/audio/robby.mp3'
},
"america": {
description: "Infamous",
url: 'http://www.ensl.org/files/audio/america.mp3'
url: 'https://www.ensl.org/files/audio/america.mp3'
},
"prommah": {
description: "Prommah",
url: 'http://www.ensl.org/files/audio/prommah.mp3'
url: 'https://www.ensl.org/files/audio/prommah.mp3'
},
"turts": {
description: "Gorges Rock your Ass",
url: 'http://www.ensl.org/files/audio/turts.mp3'
url: 'https://www.ensl.org/files/audio/turts.mp3'
},
"skyice": {
description: "Skyice",
url: 'http://www.ensl.org/files/audio/skyice.mp3'
url: 'https://www.ensl.org/files/audio/skyice.mp3'
},
"justwannahavefun": {
description: "Gorges just want to have fun",
url: 'http://www.ensl.org/files/audio/justwannahavefun.mp3'
url: 'https://www.ensl.org/files/audio/justwannahavefun.mp3'
},
"eyeofthegorgie": {
description: "Eye of the Gorgie",
url: 'http://www.ensl.org/files/audio/eyeofthegorgie.mp3'
url: 'https://www.ensl.org/files/audio/eyeofthegorgie.mp3'
},
"boondock": {
description: "Boondock Marines",
url: 'http://www.ensl.org/files/audio/boondock.mp3'
url: 'https://www.ensl.org/files/audio/boondock.mp3'
},
"preclassic": {
description: "Old Gathers Classic",
url: 'http://www.ensl.org/files/audio/gather-5.mp3'
url: 'https://www.ensl.org/files/audio/gather-5.mp3'
}
}

View file

@ -45,7 +45,7 @@ const rankVotes = exports.rankVotes = function (votes, candidates) {
};
const enslUrl = exports.enslUrl = (gatherer) => {
return `http://www.ensl.org/users/${gatherer.id}`
return `https://www.ensl.org/users/${gatherer.id}`
};
const hiveUrl = exports.hiveUrl = (gatherer) => {

View file

@ -11,7 +11,7 @@
<br />
<h3>It's <span id="admin">Prommah</span>'s fault!</h3>
<br />
<h3>If the gathers app is broken, you can use the old gathers app at <a href="http://www.ensl.org/gather">ensl.org/gather</a></h3>
<h3>If the gathers app is broken, you can use the old gathers app at <a href="https://www.ensl.org/gather">ensl.org/gather</a></h3>
</div>
</div>
</div>