diff options
author | Zephyron <zephyron@citron-emu.org> | 2025-01-28 17:33:57 +1000 |
---|---|---|
committer | Zephyron <zephyron@citron-emu.org> | 2025-01-28 17:33:57 +1000 |
commit | 9a3d4f048985b0d9e77fa07fe305913b8a13fda3 (patch) | |
tree | b97b78417fb50441d14c08acbcce79a6dcd375da /src/citron/main.cpp | |
parent | 8c630a8beaff2b1cff36f9dd1178db2995af160d (diff) |
ui: Update repository URLs to git.citron-emu.org
Updates all GitHub repository URLs to point to the new self-hosted Git instance
at git.citron-emu.org. This includes:
- Links in the About dialog UI and translations
- Android app string resources
- Documentation/wiki links
- Source code comments
The website URL (citron-emu.org) and support links remain unchanged.
Diffstat (limited to 'src/citron/main.cpp')
-rw-r--r-- | src/citron/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/citron/main.cpp b/src/citron/main.cpp index fc221946b..eb1571fe6 100644 --- a/src/citron/main.cpp +++ b/src/citron/main.cpp @@ -3580,7 +3580,7 @@ void GMainWindow::OpenURL(const QUrl& url) { } void GMainWindow::OnOpenModsPage() { - OpenURL(QUrl(QStringLiteral("https://github.com/citron-emu/citron/wiki/Switch-Mods"))); + OpenURL(QUrl(QStringLiteral("https://git.citron-emu.org/Citron/Citron/wiki/Switch-Mods"))); } void GMainWindow::OnOpenQuickstartGuide() { |