diff --git a/src/Starfighter.c b/src/Starfighter.c index 5e544ea..37cb58d 100644 --- a/src/Starfighter.c +++ b/src/Starfighter.c @@ -93,7 +93,7 @@ int main(int argc, char **argv) printf("Additional Commands\n"); printf("\t-noaudio Disables sound and music\n"); printf("\t-mono Mono sound output (best for headphones)\n\n"); - printf("http://starfighter.nongnu.org\n"); + printf("https://pr-starfighter.github.io\n"); printf("\n"); exit(0); } diff --git a/src/intermission.c b/src/intermission.c index 0d1cf3c..c98c88b 100644 --- a/src/intermission.c +++ b/src/intermission.c @@ -1226,7 +1226,7 @@ static void intermission_createMissionDetailSurface(SDL_Surface *comms, int miss strcpy(string, "Hey, why am I talking to myself? This shouldn't happen! Clearly, this must be a bug."); y = intermission_renderDialog(comms, y, FS_CHRIS, string); - snprintf(string, STRMAX, "I should go to starfighter.nongnu.org and report this bug there. In that report, I should mention that the mission number is %d.", misn); + snprintf(string, STRMAX, "I should go to pr-starfighter.github.io and report this bug there. In that report, I should mention that the mission number is %d.", misn); y = intermission_renderDialog(comms, y, FS_CHRIS, string); strcpy(string, "Wait, what am I still talking into empty space for? It's not like anyone can hear me...");