]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/menu/xonotic/dialog_news.c
Merge branch 'master' into divVerent/gettextizing-the-source
[xonotic/xonotic-data.pk3dir.git] / qcsrc / menu / xonotic / dialog_news.c
index 9924ca14ba71198d59c570e5a2e80d999953fa18..12cf0c23bc72fcd5ee78abd5fa6609bccb6f6701 100644 (file)
@@ -15,6 +15,6 @@ void XonoticNewsDialog_fill(entity me)
        entity e;
        me.TR(me);
                me.TD(me, 24, 1, e = spawnGecko());
-               e.configureBrowser( e, "http://alientrap.org/xonotic/index.php?module=news" );
+               e.configureBrowser( e, "http://www.xonotic.org/team/blog/" );
 }
 #endif