GH-2880 make services status widget open a valid page
https://help.mojang.com/ no longer has API status
This commit is contained in:
parent
480b298635
commit
3581f5384f
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user