diff options
author | Matías Locatti <42481638+goldenx86@users.noreply.github.com> | 2021-12-16 06:40:30 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-16 06:40:30 +0100 |
commit | 1cdddd17d2b8b9a3889012c9d12324934492acc4 (patch) | |
tree | 348bac9d90205f22c108c13d03796cd747983ecd /src | |
parent | main: Update video core popup (diff) | |
download | yuzu-1cdddd17d2b8b9a3889012c9d12324934492acc4.tar yuzu-1cdddd17d2b8b9a3889012c9d12324934492acc4.tar.gz yuzu-1cdddd17d2b8b9a3889012c9d12324934492acc4.tar.bz2 yuzu-1cdddd17d2b8b9a3889012c9d12324934492acc4.tar.lz yuzu-1cdddd17d2b8b9a3889012c9d12324934492acc4.tar.xz yuzu-1cdddd17d2b8b9a3889012c9d12324934492acc4.tar.zst yuzu-1cdddd17d2b8b9a3889012c9d12324934492acc4.zip |
Diffstat (limited to 'src')
-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 691fa71e3..56a9c75da 100644 --- a/src/yuzu/main.cpp +++ b/src/yuzu/main.cpp @@ -1305,7 +1305,7 @@ bool GMainWindow::LoadROM(const QString& filename, u64 program_id, std::size_t p "this is usually caused by outdated GPU drivers, including integrated ones. " "Please see the log for more details. " "For more information on accessing the log, please see the following page: " - "<a href='https://community.citra-emu.org/t/how-to-upload-the-log-file/296'>" + "<a href='https://yuzu-emu.org/help/reference/log-files/'>" "How to Upload the Log File</a>. ")); break; default: |