aboutsummaryrefslogtreecommitdiff
path: root/launcher/widgets/LanguageSelectionWidget.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'launcher/widgets/LanguageSelectionWidget.cpp')
-rw-r--r--launcher/widgets/LanguageSelectionWidget.cpp2
1 files changed, 1 insertions, 1 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);
}