From: David Griffith Date: Tue, 21 Aug 2018 02:09:14 +0000 (-0700) Subject: Fix several old references to Github. X-Git-Url: https://scope-eye.net/git/?a=commitdiff_plain;h=035d9016c4cbb262cb4f50755a23c629ec40e4a2;p=liskon_frotz.git Fix several old references to Github. --- diff --git a/doc/dfrotz.6 b/doc/dfrotz.6 index db5e729..4ec4642 100644 --- a/doc/dfrotz.6 +++ b/doc/dfrotz.6 @@ -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. diff --git a/doc/frotz.6 b/doc/frotz.6 index 520148e..9550344 100644 --- a/doc/frotz.6 +++ b/doc/frotz.6 @@ -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. diff --git a/src/dumb/dumb_init.c b/src/dumb/dumb_init.c index 89dbc5f..fb0429d 100644 --- a/src/dumb/dumb_init.c +++ b/src/dumb/dumb_init.c @@ -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; }