forked from eden-emu/eden
[desktop] fix links n such
Signed-off-by: crueter <crueter@eden-emu.dev>
This commit is contained in:
parent
111f2c3be5
commit
57f11fbf1e
1 changed files with 2 additions and 2 deletions
|
@ -3656,7 +3656,7 @@ void GMainWindow::OpenURL(const QUrl& url) {
|
|||
}
|
||||
|
||||
void GMainWindow::OnOpenModsPage() {
|
||||
OpenURL(QUrl(QStringLiteral("https://github.com/yuzu-emu/yuzu/wiki/Switch-Mods")));
|
||||
OpenURL(QUrl(QStringLiteral("https://github.com/eden-emulator/yuzu-mod-archive")));
|
||||
}
|
||||
|
||||
void GMainWindow::OnOpenQuickstartGuide() {
|
||||
|
@ -3664,7 +3664,7 @@ void GMainWindow::OnOpenQuickstartGuide() {
|
|||
}
|
||||
|
||||
void GMainWindow::OnOpenFAQ() {
|
||||
OpenURL(QUrl(QStringLiteral("https://eden-emu.dev")));
|
||||
OpenURL(QUrl(QStringLiteral("https://yuzu-mirror.github.io/help")));
|
||||
}
|
||||
|
||||
void GMainWindow::OnOpenDiscord() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue