diff --git a/games/NexuizPack/nexuiz.game/game.xlink b/games/NexuizPack/nexuiz.game/game.xlink
index 94e3f1d8..62b0f6d2 100644
--- a/games/NexuizPack/nexuiz.game/game.xlink
+++ b/games/NexuizPack/nexuiz.game/game.xlink
@@ -1,7 +1,5 @@
-
-
-
+
diff --git a/radiant/gtkdlgs.cpp b/radiant/gtkdlgs.cpp
index 92986863..2ba3e3f4 100644
--- a/radiant/gtkdlgs.cpp
+++ b/radiant/gtkdlgs.cpp
@@ -507,7 +507,7 @@ void DoAbout()
"licensed under the GNU GPL.\n\n"
"NetRadiant is unsupported, however\n"
"you may report your problems at\n"
- "http://www.alientrap.org/forum/" // FIXME real URL
+ "http://www.icculus.org/netradiant/"
));
gtk_widget_show(GTK_WIDGET(label));
diff --git a/radiant/mainframe.cpp b/radiant/mainframe.cpp
index 2b71c923..dd3a17b9 100644
--- a/radiant/mainframe.cpp
+++ b/radiant/mainframe.cpp
@@ -976,11 +976,13 @@ void OpenUpdateURL()
{
// build the URL
StringOutputStream URL(256);
- URL << "http://www.qeradiant.com/index.php?data=dlupdate&query_dlup=1";
+ URL << "http://www.icculus.org/netradiant/?cmd=update&data=dlupdate&query_dlup=1";
#ifdef WIN32
URL << "&OS_dlup=1";
-#else
+#elif defined(__APPLE__)
URL << "&OS_dlup=2";
+#else
+ URL << "&OS_dlup=3";
#endif
URL << "&Version_dlup=" RADIANT_VERSION;
g_GamesDialog.AddPacksURL(URL);
@@ -998,7 +1000,7 @@ void OpenHelpURL()
void OpenBugReportURL()
{
- OpenURL("http://www.qeradiant.com/?data=bugreport");
+ OpenURL("http://www.icculus.org/netradiant/?cmd=bugs");
}
diff --git a/setup/data/tools/global.xlink b/setup/data/tools/global.xlink
index 8fbd0433..3ca47f1a 100644
--- a/setup/data/tools/global.xlink
+++ b/setup/data/tools/global.xlink
@@ -1,11 +1,7 @@
-
-
+
-
-
-