diff options
author | fearlessTobi <thm.frey@gmail.com> | 2018-10-02 16:04:10 +0200 |
---|---|---|
committer | fearlessTobi <thm.frey@gmail.com> | 2018-10-02 16:04:10 +0200 |
commit | e4daf4bee522c046e5e01eeed2c5b12bd91f489e (patch) | |
tree | 77694bd695f1ebffadb67e871bdb6a2f568c6415 /src/yuzu/main.cpp | |
parent | ac06105dfe9c7e5306e1f4cac0ee12dc5f72f14e (diff) |
Review comments - part 5
Diffstat (limited to 'src/yuzu/main.cpp')
-rw-r--r-- | src/yuzu/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yuzu/main.cpp b/src/yuzu/main.cpp index 52743aefd..147e7fcad 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://yuzu-emu.org/entry/telemetry-and-why-thats-a-good-thing/'>Anonymous " + tr("<a href='https://yuzu-emu.org/help/features/telemetry/'>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) { |