aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSefa Eyeoglu <contact@scrumplex.net>2022-03-05 21:49:13 +0100
committerSefa Eyeoglu <contact@scrumplex.net>2022-03-05 21:49:13 +0100
commitb162351ff45a124b9f1df7658f4cfb8d607737a3 (patch)
tree435594ae78df7b9d823f41ba9743bdf7ec1fe825
parentca211558b5a4ee8b0dec3471c92f952002216532 (diff)
downloadPrismLauncher-b162351ff45a124b9f1df7658f4cfb8d607737a3.tar.gz
PrismLauncher-b162351ff45a124b9f1df7658f4cfb8d607737a3.tar.bz2
PrismLauncher-b162351ff45a124b9f1df7658f4cfb8d607737a3.zip
fix: switch to polymc.org wiki
-rw-r--r--launcher/ui/widgets/PageContainer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/ui/widgets/PageContainer.cpp b/launcher/ui/widgets/PageContainer.cpp
index 6de49467..368bfe40 100644
--- a/launcher/ui/widgets/PageContainer.cpp
+++ b/launcher/ui/widgets/PageContainer.cpp
@@ -207,7 +207,7 @@ void PageContainer::help()
QString pageId = m_currentPage->helpPage();
if (pageId.isEmpty())
return;
- DesktopServices::openUrl(QUrl("https://github.com/PolyMC/PolyMC/wiki/" + pageId));
+ DesktopServices::openUrl(QUrl("https://polymc.org/wiki/" + pageId));
}
}