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/aboutdialog.ui | |
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/aboutdialog.ui')
-rw-r--r-- | src/citron/aboutdialog.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/citron/aboutdialog.ui b/src/citron/aboutdialog.ui index a278e5b6f..7b16fb06a 100644 --- a/src/citron/aboutdialog.ui +++ b/src/citron/aboutdialog.ui @@ -127,7 +127,7 @@ p, li { white-space: pre-wrap; } <item> <widget class="QLabel" name="labelLinks"> <property name="text"> - <string><html><head/><body><p><a href="https://citron-emu.org/"><span style=" text-decoration: underline; color:#039be5;">Website</span></a> | <a href="https://github.com/citron-emu"><span style=" text-decoration: underline; color:#039be5;">Source Code</span></a> | <a href="https://github.com/citron-emu/citron/graphs/contributors"><span style=" text-decoration: underline; color:#039be5;">Contributors</span></a> | <a href="https://github.com/citron-emu/citron/blob/master/LICENSE.txt"><span style=" text-decoration: underline; color:#039be5;">License</span></a></p></body></html></string> + <string><html><head/><body><p><a href="https://citron-emu.org/"><span style=" text-decoration: underline; color:#039be5;">Website</span></a> | <a href="https://git.citron-emu.org"><span style=" text-decoration: underline; color:#039be5;">Source Code</span></a> | <a href="https://git.citron-emu.org/Citron/Citron/graphs/contributors"><span style=" text-decoration: underline; color:#039be5;">Contributors</span></a> | <a href="https://git.citron-emu.org/Citron/Citron/blob/master/LICENSE.txt"><span style=" text-decoration: underline; color:#039be5;">License</span></a></p></body></html></string> </property> <property name="openExternalLinks"> <bool>true</bool> |