Replaced the Sourceforge link in various places with a Savannah link.

This commit is contained in:
onpon4 2015-03-26 22:25:12 -04:00
parent af11caac2b
commit 7e69ee79ad
3 changed files with 4 additions and 4 deletions

View File

@ -65,4 +65,4 @@
020 Copyright 2003 Parallel Realities 020 Copyright 2003 Parallel Realities
020 Copyright 2012 Guus Sliepen, Astrid S. de Wijn and others 020 Copyright 2012 Guus Sliepen, Astrid S. de Wijn and others
020 Copyright 2015 Julian Marchant 020 Copyright 2015 Julian Marchant
120 http://sourceforge.net/projects/pr-starfighter/ 120 starfighter.nongnu.org

View File

@ -404,7 +404,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<tr> <tr>
<td><img src="superCharge.png" alt="Super Charge"></td> <td><img src="superCharge.png" alt="Super Charge"></td>
<td><b>Super Charge</b> - Three / Five way spread, full power and cooling (rare).</td> <td><b>Super Charge</b> - Five way spread, massive power and cooling (rare).</td>
</tr> </tr>
</table> </table>
@ -444,6 +444,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<p>Created using the <a href="http://www.libsdl.org">SDL <p>Created using the <a href="http://www.libsdl.org">SDL
library</a>.</p> library</a>.</p>
<p align="right"><a href="http://sourceforge.net/projects/pr-starfighter/">http://sourceforge.net/projects/pr-starfighter/</a></p> <p align="right"><a href="http://starfighter.nongnu.org">http://starfighter.nongnu.org</a></p>
</body> </body>
</html> </html>

View File

@ -44,7 +44,7 @@ int main(int argc, char **argv)
printf("Additional Commands\n"); printf("Additional Commands\n");
printf("\t-noaudio Disables sound and music\n"); printf("\t-noaudio Disables sound and music\n");
printf("\t-mono Mono sound output (best for headphones)\n\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"); printf("\n");
exit(0); exit(0);
} }