fix: switch to polymc.org wiki
This commit is contained in:
@ -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));
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user