Merge pull request #2579 from qwertychouskie/patch-6

Update links
This commit is contained in:
Deve 2016-07-24 08:10:26 +02:00 committed by GitHub
commit 91b41272d9
4 changed files with 4 additions and 4 deletions

View File

@ -25,7 +25,7 @@
against the computer or your friends, and more!
</p>
</description>
<url type="homepage">http://supertuxkart.sourceforge.net/</url>
<url type="homepage">http://supertuxkart.net/</url>
<screenshots>
<screenshot type="default">http://supertuxkart.sourceforge.net/persistent/images/4/4e/Supertuxkart-0.9-screenshot-2.jpg</screenshot>
<screenshot>http://supertuxkart.sourceforge.net/persistent/images/a/a9/Supertuxkart-0.9-screenshot-1.jpg</screenshot>

View File

@ -12,7 +12,7 @@ Coding style
============
The coding style used in Super Tux Kart can be found at
http://supertuxkart.sourceforge.net/Coding_Style
http://supertuxkart.net/Coding_Style
Documentation line length

View File

@ -591,7 +591,7 @@ void cmdLineHelp()
" --shadows=n Set shadow quality (0 to disable shadows).\n"
"\n"
"You can visit SuperTuxKart's homepage at "
"http://supertuxkart.sourceforge.net\n\n",
"http://supertuxkart.net\n\n",
CommandLine::getExecName().c_str()
);
} // cmdLineHelp

View File

@ -1,7 +1,7 @@
#!/bin/sh
#
# Automate the build process on Linux based on
# http://supertuxkart.sourceforge.net/Build_STK_on_Linux
# http://supertuxkart.net/Build_STK_on_Linux
# CMake build type
BUILDTYPE=Debug