From 3581f5384f1270b7cc31d2cc8b610c37cd3a794e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Tue, 7 Jan 2020 08:56:00 +0100 Subject: GH-2880 make services status widget open a valid page https://help.mojang.com/ no longer has API status --- application/widgets/ServerStatus.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'application/widgets') diff --git a/application/widgets/ServerStatus.cpp b/application/widgets/ServerStatus.cpp index a7016c0c..ce0aed9c 100644 --- a/application/widgets/ServerStatus.cpp +++ b/application/widgets/ServerStatus.cpp @@ -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) -- cgit v1.2.3