mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +00:00
11 lines
461 B
Python
11 lines
461 B
Python
# URL for UI links
|
|
|
|
URLS = {
|
|
"Manual": "https://github.com/shdwp/dcs_liberation/wiki/Manual",
|
|
"Troubleshooting": "https://github.com/shdwp/dcs_liberation/wiki/Troubleshooting",
|
|
"Modding": "https://github.com/shdwp/dcs_liberation/wiki/Modding-tutorial",
|
|
"Repository": "https://github.com/shdwp/dcs_liberation",
|
|
"ForumThread": "https://forums.eagle.ru/showthread.php?t=214834",
|
|
"Issues": "https://github.com/shdwp/dcs_liberation/issues"
|
|
}
|