aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README6
-rw-r--r--scumm/dialogs.cpp4
-rw-r--r--scummvm.62
-rw-r--r--scummvm.rc2
-rw-r--r--scummvm.spec2
5 files changed, 8 insertions, 8 deletions
diff --git a/README b/README
index 24b6c70b01..73f0987706 100644
--- a/README
+++ b/README
@@ -229,11 +229,11 @@ file can be found near the end of this readme.
The short game name ('game target') you see at the end of the command
line is very important. A short list is contained at the top of this
file. You can also get the current list of games and game names at:
- http://scummvm.sourceforge.net/compatibility.php
+ http://www.scummvm.org/compatibility.php
For the adventurous, who like to live on the edge... you can download
daily builds of Win32, Redhat, Debian and other packages here:
- Daily builds - http://scummvm.sourceforge.net/daily/
+ Daily builds - http://www.scummvm.org/daily/
Command Line Options:
@@ -566,5 +566,5 @@ Credits:
------------------------------------------------------------------------
Good Luck and Happy Adventuring!
The ScummVM team.
-http://scummvm.sourceforge.net/
+http://www.scummvm.org/
------------------------------------------------------------------------
diff --git a/scumm/dialogs.cpp b/scumm/dialogs.cpp
index e5a9af64ff..a2cc744c65 100644
--- a/scumm/dialogs.cpp
+++ b/scumm/dialogs.cpp
@@ -59,7 +59,7 @@ static const char* string_map_table_custom[] = {
"About", //7
"Pocket ScummVM", //8
"Build " SCUMMVM_VERSION " (" SCUMMVM_CVS ")", //9
- "ScummVM http://scummvm.sourceforge.net", //10
+ "ScummVM http://www.scummvm.org", //10
"All games (c) LucasArts", //11
"Quit", //12
"Pause", //13
@@ -634,7 +634,7 @@ AboutDialog::AboutDialog(NewGui *gui, Scumm *scumm)
{
addButton(110, 100, queryCustomString(23), kCloseCmd, 'C'); // Close dialog - FIXME
new StaticTextWidget(this, 10, 10, 240, 16, "ScummVM " SCUMMVM_VERSION " (" SCUMMVM_CVS ")", kTextAlignCenter);
- new StaticTextWidget(this, 10, 30, 240, 16, "http://scummvm.sourceforge.net", kTextAlignCenter);
+ new StaticTextWidget(this, 10, 30, 240, 16, "http://www.scummvm.org", kTextAlignCenter);
new StaticTextWidget(this, 10, 50, 240, 16, "All games (c) LucasArts", kTextAlignCenter);
new StaticTextWidget(this, 10, 64, 240, 16, "Except", kTextAlignCenter);
new StaticTextWidget(this, 10, 78, 240, 16, "Simon the Sorcerer (c) Adventuresoft", kTextAlignCenter);
diff --git a/scummvm.6 b/scummvm.6
index e2aaa41494..a45f8c3122 100644
--- a/scummvm.6
+++ b/scummvm.6
@@ -121,5 +121,5 @@ for the Debian GNU/Linux system (but may be used by others).
.P
\fBScummVM\fP was written by Ludvig Strigeus <strigeus@users.sourceforge.net>
and the ScummVM team. See
-.B http://scummvm.sourceforge.net
+.B http://www.scummvm.org
for more information.
diff --git a/scummvm.rc b/scummvm.rc
index 03b664ae39..c4032804b3 100644
--- a/scummvm.rc
+++ b/scummvm.rc
@@ -62,7 +62,7 @@ BEGIN
BEGIN
VALUE "Comments", "Look! A three headed monkey (TM)! .. Nice use of the TM!\0"
VALUE "CompanyName", "ScummVM Team\0"
- VALUE "FileDescription", "http://scummvm.sourceforge.net/\0"
+ VALUE "FileDescription", "http://www.scummvm.org/\0"
VALUE "FileVersion", "0, 2, 0, 0\0"
VALUE "InternalName", "scummvm\0"
VALUE "LegalCopyright", "Copyright © 2002 The ScummVM Team\0"
diff --git a/scummvm.spec b/scummvm.spec
index 009b83ff56..cb829a1623 100644
--- a/scummvm.spec
+++ b/scummvm.spec
@@ -14,7 +14,7 @@ Summary : SCUMM graphic adventure game interpreter
Group : Interpreters
License : GPL
-Url : http://scummvm.sourceforge.net
+Url : http://www.scummvm.org
Source : %{name}-%{version}.tar.gz
BuildRoot : %{_tmppath}/%{name}-%{version}-root