fix: switch to polymc.org wiki

This commit is contained in:
Sefa Eyeoglu
2022-03-05 21:49:13 +01:00
parent ca211558b5
commit b162351ff4

View File

@ -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));
}
}