summaryrefslogtreecommitdiff
path: root/meshmc/launcher/ui/widgets/PageContainer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'meshmc/launcher/ui/widgets/PageContainer.cpp')
-rw-r--r--meshmc/launcher/ui/widgets/PageContainer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/meshmc/launcher/ui/widgets/PageContainer.cpp b/meshmc/launcher/ui/widgets/PageContainer.cpp
index 5f50c7d419..4e3b98905a 100644
--- a/meshmc/launcher/ui/widgets/PageContainer.cpp
+++ b/meshmc/launcher/ui/widgets/PageContainer.cpp
@@ -223,7 +223,7 @@ void PageContainer::help()
if (pageId.isEmpty())
return;
DesktopServices::openUrl(
- QUrl("https://github.com/Project-Tick/MeshMC/wiki/" + pageId));
+ QUrl("https://github.com/Project-Tick/Project-Tick/wiki/" + pageId));
}
}