Update homepage links in program output, manpage, readme.

This commit is contained in:
Anthony J. Bentley 2017-12-28 16:11:53 -07:00 committed by bsmiles32
parent 50a0714ab6
commit aa292ba32d
3 changed files with 4 additions and 4 deletions

2
README
View file

@ -6,7 +6,7 @@ Mupen64plus-ui-console README v2.5
The latest documentation for this plugin can be found at:
https://code.google.com/p/mupen64plus/wiki/UIConsoleUsage
https://mupen64plus.org/wiki/index.php/UIConsoleUsage
-------------------------------------------------------------------------------
Console Options

View file

@ -29,7 +29,7 @@ Glide64Mk2, included with the distribution
.El
.Pp
The most current documentation can be found at the project\(cqs
.Lk https://code.google.com/p/mupen64plus/ homepage .
.Lk https://mupen64plus.org/ homepage .
.Pp
The options are as follows:
.Bl -tag -width x
@ -225,4 +225,4 @@ There is
to the extent permitted by law.
.Sh BUGS
To report bugs or make feature requests, use the
.Lk https://code.google.com/p/mupen64plus/issues/list "issue tracker"
.Lk https://github.com/mupen64plus/mupen64plus-core/issues "issue tracker"

View file

@ -816,7 +816,7 @@ int main(int argc, char *argv[])
printf("| |\\/| | | | | '_ \\ / _ \\ '_ \\| '_ \\| || |_| |_) | | | | / __| \n");
printf("| | | | |_| | |_) | __/ | | | (_) |__ _| __/| | |_| \\__ \\ \n");
printf("|_| |_|\\__,_| .__/ \\___|_| |_|\\___/ |_| |_| |_|\\__,_|___/ \n");
printf(" |_| http://code.google.com/p/mupen64plus/ \n");
printf(" |_| https://mupen64plus.org/ \n");
printf("%s Version %i.%i.%i\n\n", CONSOLE_UI_NAME, VERSION_PRINTF_SPLIT(CONSOLE_UI_VERSION));
/* bootstrap some special parameters from the command line */