GH-2880 make services status widget open a valid page

https://help.mojang.com/ no longer has API status
This commit is contained in:
Petr Mrázek 2020-01-07 08:56:00 +01:00
parent 480b298635
commit 3581f5384f

View File

@ -125,7 +125,7 @@ void ServerStatus::addStatus(QString key, QString name)
void ServerStatus::clicked()
{
DesktopServices::openUrl(QUrl("https://help.mojang.com/"));
DesktopServices::openUrl(QUrl("https://github.com/MultiMC/MultiMC5/wiki/Mojang-Services-Status"));
}
void ServerStatus::setStatus(QString key, int value)