JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
update URLs
authorJason Woofenden <jason@jasonwoof.com>
Fri, 17 Apr 2020 23:37:37 +0000 (19:37 -0400)
committerJason Woofenden <jason@jasonwoof.com>
Fri, 17 Apr 2020 23:37:37 +0000 (19:37 -0400)
README
args.c
main.c

diff --git a/README b/README
index a5e2676..d4580cb 100644 (file)
--- 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 (file)
--- 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 (file)
--- 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"
        }
 };