From d5a469051a3c3189e9fa88929298496605c3ce70 Mon Sep 17 00:00:00 2001 From: Jason Woofenden Date: Fri, 17 Apr 2020 19:37:37 -0400 Subject: [PATCH] update URLs --- README | 4 ++-- args.c | 2 +- main.c | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README b/README index a5e2676..d4580cb 100644 --- a/README +++ b/README @@ -2,7 +2,7 @@ Variations on Rockdodger 0.5.7 VoR is a quick action game where you drive a space ship and try to avoid crashing into rocks. Current information about vor can be found on the -homepage: http://jasonwoof.org/vor +homepage: https://sametwice.com/vor Here are the keys: @@ -26,7 +26,7 @@ it. VoR is the result. It is currently based on the rockdodger 0.4.2 codebase, with quite a few modifications, both user-visible changes and internal technical improvements. -Available for download from http://qualdan.com/vor/ +Available for download from https://sametwice.com/vor Note: This is a fairly hard game, intended to be a quickie game for when you want to kill a few spare minutes. For reference, my best time [Josh Grams] is diff --git a/args.c b/args.c index 5056239..81a9b16 100644 --- a/args.c +++ b/args.c @@ -21,7 +21,7 @@ show_help(void) puts(" -V, --version Print program version"); puts(" -?, --help Give this help list"); putchar('\n'); - puts("Report bugs at http://jasonwoof.com/contact.html"); + puts("Report bugs at https://jasonwoof.com/contact"); } int diff --git a/main.c b/main.c index d696ade..0af1fdd 100644 --- a/main.c +++ b/main.c @@ -122,12 +122,12 @@ char *msgs[2][3] = { { "Press SPACE for normal game", "Press '1' for easy game", - "http://jasonwoof.org/vor" + "https://sametwice.com/vor" }, { "Press SPACE for easy game", "Press '2' for normal game", - "http://jasonwoof.org/vor" + "https://sametwice.com/vor" } }; -- 1.7.10.4