More rebranding

Closes: #39

Mostly done with rebranding now. We just need to translate some services
to PolyMC.
This commit is contained in:
swirl 2022-01-10 12:46:43 -05:00
parent c7f6f94930
commit 1d8196e11a
No known key found for this signature in database
GPG key ID: 46507311CD292A08
24 changed files with 59 additions and 55 deletions

View file

@ -207,7 +207,7 @@ void PageContainer::help()
QString pageId = m_currentPage->helpPage();
if (pageId.isEmpty())
return;
DesktopServices::openUrl(QUrl("https://github.com/MultiMC/Launcher/wiki/" + pageId));
DesktopServices::openUrl(QUrl("https://github.com/PolyMC/PolyMC/wiki/" + pageId));
}
}