summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMat M <mathew1800@gmail.com>2018-11-05 00:05:33 +0100
committerGitHub <noreply@github.com>2018-11-05 00:05:33 +0100
commitd46e0acb3c52ebfd8fdcd036e6e1483932f9c469 (patch)
treeae529c4ad3555c877b6821d74275bba76c8df33c
parentMerge pull request #1643 from FreddyFunk/typo (diff)
parentFix quickstart link (diff)
downloadyuzu-d46e0acb3c52ebfd8fdcd036e6e1483932f9c469.tar
yuzu-d46e0acb3c52ebfd8fdcd036e6e1483932f9c469.tar.gz
yuzu-d46e0acb3c52ebfd8fdcd036e6e1483932f9c469.tar.bz2
yuzu-d46e0acb3c52ebfd8fdcd036e6e1483932f9c469.tar.lz
yuzu-d46e0acb3c52ebfd8fdcd036e6e1483932f9c469.tar.xz
yuzu-d46e0acb3c52ebfd8fdcd036e6e1483932f9c469.tar.zst
yuzu-d46e0acb3c52ebfd8fdcd036e6e1483932f9c469.zip
-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 c5a56cbfd..47d52c385 100644
--- a/src/yuzu/main.cpp
+++ b/src/yuzu/main.cpp
@@ -1532,7 +1532,7 @@ void GMainWindow::OnReinitializeKeys(ReinitializeKeyBehavior behavior) {
"derivation. It will be attempted but may not complete.<br><br>") +
errors +
tr("<br><br>You can get all of these and dump all of your games easily by "
- "following <a href='https://yuzu-emu.org/help/quickstart/quickstart/'>the "
+ "following <a href='https://yuzu-emu.org/help/quickstart/'>the "
"quickstart guide</a>. Alternatively, you can use another method of dumping "
"to obtain all of your keys."));
}