Fix several old references to Github.
authorDavid Griffith <dave@661.org>
Tue, 21 Aug 2018 02:09:14 +0000 (19:09 -0700)
committerDavid Griffith <dave@661.org>
Tue, 21 Aug 2018 02:09:14 +0000 (19:09 -0700)
doc/dfrotz.6
doc/frotz.6
src/dumb/dumb_init.c

index db5e7296f333bc03b43b7c24d2ecc35285321ef2..4ec464217ab2b4363808d6dc3ac124e5e3e4b100 100644 (file)
@@ -400,17 +400,19 @@ does not search any path for game files.
 
 .SH FURTHER INFORMATION
 .PP
+The Frotz homepage is at https://661.org/proj/if/frotz/.
+.PP
 A
 .BR git(1)
 repository of all versions of Unix Frotz back to 2.32 is available
 for public perusal here:
 .br
-https://github.com/DavidGriffith/frotz/.
+https://gitlab.com/DavidGriffith/frotz/.
 .PP
 The bleeding edge of Frotz development may be followed there.  A wiki
 summarising Frotz is also there at this URL:
 .br
-https://github.com/DavidGriffith/frotz/wiki/
+https://gitlab.com/DavidGriffith/frotz/wiki/
 .PP
 Source tarballs are available at the IF Archive or any of its many
 mirrors:
@@ -453,7 +455,7 @@ http://inform-fiction.org/I7Downloads/Examples/dm/IntroductionToIF.pdf
 
 .SH BUGS
 This program has no bugs.  no bugs.  no bugs.  no *WHAP* thank you. If
-you find one, please report it to the Github site referenced above in
+you find one, please report it to the Gitlab site referenced above in
 .B
 FURTHER INFORMATION.
 
index 520148e4fc6be9d5cf0af48d9273d31c21a83162..9550344114a3424c3a95f38794e0d587d70c054a 100644 (file)
@@ -503,17 +503,19 @@ searched.
 
 .SH FURTHER INFORMATION
 .PP
+The Frotz homepage is at https://661.org/proj/if/frotz/.
+.PP
 A
 .BR git(1)
 repository of all versions of Unix Frotz back to 2.32 is available
 for public perusal here:
 .br
-https://github.com/DavidGriffith/frotz/.
+https://gitlab.com/DavidGriffith/frotz/.
 .PP
 The bleeding edge of Frotz development may be followed there.  A wiki
 summarising Frotz is also there at this URL:
 .br
-https://github.com/DavidGriffith/frotz/wiki/
+https://gitlab.com/DavidGriffith/frotz/wiki/
 .PP
 The Interactive Fiction Archive is a good place to find games to play
 with Frotz.  Various ports and builds for Frotz may also be found here.
@@ -563,8 +565,8 @@ http://inform-fiction.org/I7Downloads/Examples/dm/IntroductionToIF.pdf
 
 
 .SH BUGS
-This program has no bugs.  no bugs.  no bugs.  no *WHAP* thank you.  If 
-you find one, please report it to the Github site referenced above in
+This program has no bugs.  no bugs.  no bugs.  no *WHAP* thank you.  If
+you find one, please report it to the Gitlab site referenced above in
 .B
 FURTHER INFORMATION.
 
index 89dbc5f1f0f8aed3c1113c6e8382f29739ca2e67..fb0429dae7a0b069de38fad5b4f08cdf413e473d 100644 (file)
@@ -309,7 +309,7 @@ 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 dumb port are currently maintained by David Griffith.\n");
-    printf("  See https://github.com/DavidGriffith/frotz for Frotz's homepage.\n\n");
+    printf(" See https://661.org/proj/if/frotz for Frotz's homepage.\n\n");
     return;
 }