diff options
author | Lioncash <mathew1800@gmail.com> | 2018-10-06 03:15:27 -0400 |
---|---|---|
committer | Lioncash <mathew1800@gmail.com> | 2018-10-06 03:16:39 -0400 |
commit | efd956e6ff7cf41d097289f2d050315c23841e3c (patch) | |
tree | aa7254c4df178a7f85fb50684aca0725c997399a /src/yuzu/main.cpp | |
parent | b8b90ce6e61329ebda226b9917ed961be3b80d1f (diff) |
qt: Update telemetry links
These were pointing to a non-existent webpage.
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 147e7fcad9..ad62a82d0a 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/help/features/telemetry/'>Anonymous " + tr("<a href='https://yuzu-emu.org/help/feature/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) { |