aboutsummaryrefslogtreecommitdiff
path: root/launcher/widgets/PageContainer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'launcher/widgets/PageContainer.cpp')
-rw-r--r--launcher/widgets/PageContainer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/widgets/PageContainer.cpp b/launcher/widgets/PageContainer.cpp
index 978d3e82..25e3b676 100644
--- a/launcher/widgets/PageContainer.cpp
+++ b/launcher/widgets/PageContainer.cpp
@@ -206,7 +206,7 @@ void PageContainer::help()
QString pageId = m_currentPage->helpPage();
if (pageId.isEmpty())
return;
- DesktopServices::openUrl(QUrl("https://github.com/MultiMC/MultiMC5/wiki/" + pageId));
+ DesktopServices::openUrl(QUrl("https://github.com/MultiMC/Launcher/wiki/" + pageId));
}
}