aboutsummaryrefslogtreecommitdiff
path: root/launcher/widgets
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2021-10-21 23:25:52 +0200
committerPetr Mrázek <peterix@gmail.com>2021-10-21 23:25:52 +0200
commit7c86732a47ab40db4061e6c333945e4922f4626e (patch)
tree1e9764a46ed6363444b9dbded151c8da2a444479 /launcher/widgets
parenta8458e36ff84c229f68374dfa5319a147b6bce13 (diff)
downloadPrismLauncher-7c86732a47ab40db4061e6c333945e4922f4626e.tar.gz
PrismLauncher-7c86732a47ab40db4061e6c333945e4922f4626e.tar.bz2
PrismLauncher-7c86732a47ab40db4061e6c333945e4922f4626e.zip
NOISSUE Update links to repo, fix up library README
Diffstat (limited to 'launcher/widgets')
-rw-r--r--launcher/widgets/LanguageSelectionWidget.cpp2
-rw-r--r--launcher/widgets/PageContainer.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/launcher/widgets/LanguageSelectionWidget.cpp b/launcher/widgets/LanguageSelectionWidget.cpp
index 3a8fbd2f..2b972ba7 100644
--- a/launcher/widgets/LanguageSelectionWidget.cpp
+++ b/launcher/widgets/LanguageSelectionWidget.cpp
@@ -48,7 +48,7 @@ QString LanguageSelectionWidget::getSelectedLanguageKey() const
void LanguageSelectionWidget::retranslate()
{
QString text = tr("Don't see your language or the quality is poor?<br/><a href=\"%1\">Help us with translations!</a>")
- .arg("https://github.com/MultiMC/MultiMC5/wiki/Translating-MultiMC");
+ .arg("https://github.com/MultiMC/Launcher/wiki/Translating-MultiMC");
helpUsLabel->setText(text);
}
diff --git a/launcher/widgets/PageContainer.cpp b/launcher/widgets/PageContainer.cpp
index 978d3e82..25e3b676 100644
--- a/launcher/widgets/PageContainer.cpp
+++ b/launcher/widgets/PageContainer.cpp
@@ -206,7 +206,7 @@ void PageContainer::help()
QString pageId = m_currentPage->helpPage();
if (pageId.isEmpty())
return;
- DesktopServices::openUrl(QUrl("https://github.com/MultiMC/MultiMC5/wiki/" + pageId));
+ DesktopServices::openUrl(QUrl("https://github.com/MultiMC/Launcher/wiki/" + pageId));
}
}