Tweak wording of Frotz homepage mention.
authorDavid Griffith <dave@661.org>
Mon, 30 Jul 2018 10:54:16 +0000 (03:54 -0700)
committerDavid Griffith <dave@661.org>
Tue, 31 Jul 2018 08:45:30 +0000 (01:45 -0700)
src/curses/ux_init.c

index e40666e81edd2e347d4c03582c4ffa6da0cc1afc..0b59d387064e2d022ca44ee32330bfc0d76d1ef6 100644 (file)
@@ -1148,6 +1148,6 @@ static void print_version(void)
     printf("  It complies with standard 1.0 of Graham Nelson's specification.\n");
     printf("  It was ported to Unix by Galen Hazelwood.\n");
     printf("  The core and Unix port are currently maintained by David Griffith.\n");
-    printf("  See https://661.org/proj/if/frotz for Frotz's homepage.\n\n");
+    printf("  Frotz's homepage is https://661.org/proj/if/frotz/\n\n");
     return;
 }