mirror of
https://github.com/ENSL/ensl_gathers.git
synced 2025-01-31 13:30:37 +00:00
Fixed remaining links
This commit is contained in:
parent
e8afc5da4c
commit
d8111393db
3 changed files with 13 additions and 13 deletions
|
@ -30,47 +30,47 @@ class SoundController {
|
||||||
this.tunes = {
|
this.tunes = {
|
||||||
"classic": {
|
"classic": {
|
||||||
description: "Gathers 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": {
|
"nights": {
|
||||||
description: "Nights",
|
description: "Nights",
|
||||||
url: 'http://www.ensl.org/files/audio/nights.mp3'
|
url: 'https://www.ensl.org/files/audio/nights.mp3'
|
||||||
},
|
},
|
||||||
"robby": {
|
"robby": {
|
||||||
description: "Robby",
|
description: "Robby",
|
||||||
url: 'http://www.ensl.org/files/audio/robby.mp3'
|
url: 'https://www.ensl.org/files/audio/robby.mp3'
|
||||||
},
|
},
|
||||||
"america": {
|
"america": {
|
||||||
description: "Infamous",
|
description: "Infamous",
|
||||||
url: 'http://www.ensl.org/files/audio/america.mp3'
|
url: 'https://www.ensl.org/files/audio/america.mp3'
|
||||||
},
|
},
|
||||||
"prommah": {
|
"prommah": {
|
||||||
description: "Prommah",
|
description: "Prommah",
|
||||||
url: 'http://www.ensl.org/files/audio/prommah.mp3'
|
url: 'https://www.ensl.org/files/audio/prommah.mp3'
|
||||||
},
|
},
|
||||||
"turts": {
|
"turts": {
|
||||||
description: "Gorges Rock your Ass",
|
description: "Gorges Rock your Ass",
|
||||||
url: 'http://www.ensl.org/files/audio/turts.mp3'
|
url: 'https://www.ensl.org/files/audio/turts.mp3'
|
||||||
},
|
},
|
||||||
"skyice": {
|
"skyice": {
|
||||||
description: "Skyice",
|
description: "Skyice",
|
||||||
url: 'http://www.ensl.org/files/audio/skyice.mp3'
|
url: 'https://www.ensl.org/files/audio/skyice.mp3'
|
||||||
},
|
},
|
||||||
"justwannahavefun": {
|
"justwannahavefun": {
|
||||||
description: "Gorges just want to have fun",
|
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": {
|
"eyeofthegorgie": {
|
||||||
description: "Eye of the Gorgie",
|
description: "Eye of the Gorgie",
|
||||||
url: 'http://www.ensl.org/files/audio/eyeofthegorgie.mp3'
|
url: 'https://www.ensl.org/files/audio/eyeofthegorgie.mp3'
|
||||||
},
|
},
|
||||||
"boondock": {
|
"boondock": {
|
||||||
description: "Boondock Marines",
|
description: "Boondock Marines",
|
||||||
url: 'http://www.ensl.org/files/audio/boondock.mp3'
|
url: 'https://www.ensl.org/files/audio/boondock.mp3'
|
||||||
},
|
},
|
||||||
"preclassic": {
|
"preclassic": {
|
||||||
description: "Old Gathers Classic",
|
description: "Old Gathers Classic",
|
||||||
url: 'http://www.ensl.org/files/audio/gather-5.mp3'
|
url: 'https://www.ensl.org/files/audio/gather-5.mp3'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -45,7 +45,7 @@ const rankVotes = exports.rankVotes = function (votes, candidates) {
|
||||||
};
|
};
|
||||||
|
|
||||||
const enslUrl = exports.enslUrl = (gatherer) => {
|
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) => {
|
const hiveUrl = exports.hiveUrl = (gatherer) => {
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
<br />
|
<br />
|
||||||
<h3>It's <span id="admin">Prommah</span>'s fault!</h3>
|
<h3>It's <span id="admin">Prommah</span>'s fault!</h3>
|
||||||
<br />
|
<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>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue