Change "News" URL to new website

This commit is contained in:
Sky 2013-10-15 00:19:22 +01:00
parent 40a2456646
commit deffe7db43

View File

@ -360,7 +360,7 @@ void MainWindow::on_actionReportBug_triggered()
void MainWindow::on_actionNews_triggered()
{
openWebPage(QUrl("http://forkk.net/tag/multimc.html"));
openWebPage(QUrl("http://multimc.org/posts.html"));
}
void MainWindow::on_actionAbout_triggered()