diff options
author | Sefa Eyeoglu <contact@scrumplex.net> | 2022-03-05 21:49:13 +0100 |
---|---|---|
committer | Sefa Eyeoglu <contact@scrumplex.net> | 2022-03-05 21:49:13 +0100 |
commit | b162351ff45a124b9f1df7658f4cfb8d607737a3 (patch) | |
tree | 435594ae78df7b9d823f41ba9743bdf7ec1fe825 | |
parent | ca211558b5a4ee8b0dec3471c92f952002216532 (diff) | |
download | PrismLauncher-b162351ff45a124b9f1df7658f4cfb8d607737a3.tar.gz PrismLauncher-b162351ff45a124b9f1df7658f4cfb8d607737a3.tar.bz2 PrismLauncher-b162351ff45a124b9f1df7658f4cfb8d607737a3.zip |
fix: switch to polymc.org wiki
-rw-r--r-- | launcher/ui/widgets/PageContainer.cpp | 2 |
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)); } } |