diff --git a/data/credits.txt b/data/credits.txt index 5a56e3f..57c8481 100644 --- a/data/credits.txt +++ b/data/credits.txt @@ -65,4 +65,4 @@ 020 Copyright 2003 Parallel Realities 020 Copyright 2012 Guus Sliepen, Astrid S. de Wijn and others 020 Copyright 2015 Julian Marchant -120 http://sourceforge.net/projects/pr-starfighter/ +120 starfighter.nongnu.org diff --git a/docs/index.html b/docs/index.html index deeb550..9c7c960 100644 --- a/docs/index.html +++ b/docs/index.html @@ -404,7 +404,7 @@ along with this program. If not, see . Super Charge - Super Charge - Three / Five way spread, full power and cooling (rare). + Super Charge - Five way spread, massive power and cooling (rare). @@ -444,6 +444,6 @@ along with this program. If not, see .

Created using the SDL library.

-

http://sourceforge.net/projects/pr-starfighter/

+

http://starfighter.nongnu.org

diff --git a/src/Starfighter.cpp b/src/Starfighter.cpp index acb435c..6c5d099 100644 --- a/src/Starfighter.cpp +++ b/src/Starfighter.cpp @@ -44,7 +44,7 @@ int main(int argc, char **argv) printf("Additional Commands\n"); printf("\t-noaudio Disables sound and music\n"); printf("\t-mono Mono sound output (best for headphones)\n\n"); - printf("http://sourceforge.net/projects/pr-starfighter/\n"); + printf("http://starfighter.nongnu.org\n"); printf("\n"); exit(0); }