From 28d7b56bdad329d327fc7b6bca43adc7d825d26e Mon Sep 17 00:00:00 2001 From: jacob1 Date: Thu, 24 Jan 2019 00:03:14 -0500 Subject: [PATCH] Change MotD links to https --- data/IntroText.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/IntroText.h b/data/IntroText.h index bed7f44d1..1bf6dcfb7 100644 --- a/data/IntroText.h +++ b/data/IntroText.h @@ -1,6 +1,6 @@ #pragma once const char *const introTextData = - "\blThe Powder Toy - Version " MTOS(SAVE_VERSION) "." MTOS(MINOR_VERSION) " - http://powdertoy.co.uk, irc.freenode.net #powder\n" + "\blThe Powder Toy - Version " MTOS(SAVE_VERSION) "." MTOS(MINOR_VERSION) " - https://powdertoy.co.uk, irc.freenode.net #powder\n" "\x7F\x7F\x7F\x7F\x7F\x7F\x7F\x7F\x7F\x7F\x7F\x7F\x7F\x7F\x7F\x7F\x7F\x7F\x7F\n" "\n" "\bgControl+C/V/X are Copy, Paste and cut respectively.\n" @@ -24,7 +24,7 @@ const char *const introTextData = "\bgFelix Wallin, Lieuwe Mosch, Anthony Boot, Matthew \"me4502\", MaksProg, jacob1, mniip\n" "\n" #ifndef BETA - "\bgTo use online features such as saving, you need to register at: \brhttp://powdertoy.co.uk/Register.html\n" + "\bgTo use online features such as saving, you need to register at: \brhttps://powdertoy.co.uk/Register.html\n" #else "\brThis is a BETA, you cannot save things publicly. If you are planning on publishing any saves, use the release version\n" #endif