dehacked: Use https: version of website link.

Github now provides encrypted https: access to its github.io pages.
Use the https: equivalent URL instead of the unencrypted http:
version. Update the CREDIT screen text to do the same.
This commit is contained in:
Simon Howard 2014-10-03 05:16:39 +00:00
parent a41a6e6a86
commit c1ea99b483
3 changed files with 3 additions and 3 deletions

View file

@ -14,7 +14,7 @@ improvement. If you like the project and
want to help make it better, visit the want to help make it better, visit the
Freedoom website: Freedoom website:
http://freedoom.github.io/ https://freedoom.github.io/
Thanks for playing. Thanks for playing.

View file

@ -72,7 +72,7 @@ par 32 0
[STRINGS] [STRINGS]
# Text shown on startup in Boom-compatible ports. This is all in # Text shown on startup in Boom-compatible ports. This is all in
# STARTUP5, so if a mod replaces STARTUP1-4, it will still be shown. # STARTUP5, so if a mod replaces STARTUP1-4, it will still be shown.
STARTUP5============================================================================\nThis is FreeDM, the free content deathmatch FPS.\n\nFreeDM is freely redistributable under the terms of the modified BSD\nlicense. Check out the Freedoom website for more information:\n\n http://freedoom.github.io/\n============================================================================ STARTUP5============================================================================\nThis is FreeDM, the free content deathmatch FPS.\n\nFreeDM is freely redistributable under the terms of the modified BSD\nlicense. Check out the Freedoom website for more information:\n\n https://freedoom.github.io/\n============================================================================
GOTARMOR = picked up a light armor vest. GOTARMOR = picked up a light armor vest.
GOTMEGA = picked up a heavy armor vest. GOTMEGA = picked up a heavy armor vest.
GOTHTHBONUS = got a 1% health bonus. GOTHTHBONUS = got a 1% health bonus.

View file

@ -76,7 +76,7 @@ par 32 0 # 00:00 - Catoptromancy OLD run for v0.7
[STRINGS] [STRINGS]
# Text shown on startup in Boom-compatible ports. This is all in # Text shown on startup in Boom-compatible ports. This is all in
# STARTUP5, so if a mod replaces STARTUP1-4, it will still be shown. # STARTUP5, so if a mod replaces STARTUP1-4, it will still be shown.
STARTUP5============================================================================\nThis is Freedoom, the free content first person shooter.\n\nFreedoom is freely redistributable under the terms of the modified BSD\nlicense. Check out the Freedoom website for more information:\n\n http://freedoom.github.io/\n============================================================================ STARTUP5============================================================================\nThis is Freedoom, the free content first person shooter.\n\nFreedoom is freely redistributable under the terms of the modified BSD\nlicense. Check out the Freedoom website for more information:\n\n https://freedoom.github.io/\n============================================================================
GOTARMOR = picked up a light armor vest. GOTARMOR = picked up a light armor vest.
GOTMEGA = picked up a heavy armor vest. GOTMEGA = picked up a heavy armor vest.
GOTHTHBONUS = got a 1% health bonus. GOTHTHBONUS = got a 1% health bonus.