summaryrefslogtreecommitdiffstats
path: root/src/yuzu/main.cpp
diff options
context:
space:
mode:
authorfearlessTobi <thm.frey@gmail.com>2018-09-19 20:04:45 +0200
committerfearlessTobi <thm.frey@gmail.com>2018-10-02 15:30:48 +0200
commitaa484688623db59df3ef334a63eff98d98e362f3 (patch)
tree23c2ccdbe5e562e281e1e96d306036f724856461 /src/yuzu/main.cpp
parentweb_backend: protect jwt cache with a mutex (diff)
downloadyuzu-aa484688623db59df3ef334a63eff98d98e362f3.tar
yuzu-aa484688623db59df3ef334a63eff98d98e362f3.tar.gz
yuzu-aa484688623db59df3ef334a63eff98d98e362f3.tar.bz2
yuzu-aa484688623db59df3ef334a63eff98d98e362f3.tar.lz
yuzu-aa484688623db59df3ef334a63eff98d98e362f3.tar.xz
yuzu-aa484688623db59df3ef334a63eff98d98e362f3.tar.zst
yuzu-aa484688623db59df3ef334a63eff98d98e362f3.zip
Diffstat (limited to '')
-rw-r--r--src/yuzu/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yuzu/main.cpp b/src/yuzu/main.cpp
index f236c63c5..52743aefd 100644
--- a/src/yuzu/main.cpp
+++ b/src/yuzu/main.cpp
@@ -116,7 +116,7 @@ void GMainWindow::ShowTelemetryCallout() {
UISettings::values.callout_flags |= static_cast<uint32_t>(CalloutFlag::Telemetry);
const QString telemetry_message =
- tr("<a href='https://citra-emu.org/entry/telemetry-and-why-thats-a-good-thing/'>Anonymous "
+ tr("<a href='https://yuzu-emu.org/entry/telemetry-and-why-thats-a-good-thing/'>Anonymous "
"data is collected</a> to help improve yuzu. "
"<br/><br/>Would you like to share your usage data with us?");
if (QMessageBox::question(this, tr("Telemetry"), telemetry_message) != QMessageBox::Yes) {