mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Github URL update
Updated the URLs to point correctly to Retribution code, Retribution wiki or Liberation code, as appropriate.
This commit is contained in:
parent
208c517882
commit
fb2598a671
@ -11,7 +11,7 @@ Note that you may need to remove the filter for open bugs if it's something we'v
|
||||
|
||||
## Making content for Liberation
|
||||
|
||||
You can create new campaigns : See [campaign creation wiki](https://github.com/dcs-liberation/dcs_liberation/wiki/Custom-Campaigns).
|
||||
You can create new campaigns : See [campaign creation wiki](https://github.com/dcs-retribution/dcs-retribution/wiki/Custom-Campaigns).
|
||||
You can also improve existing campaigns.
|
||||
|
||||
You can then submit new campaigns on the "campaigns" channel on Discord, or by making a pull request if you are comfortable with git.
|
||||
|
||||
@ -15,7 +15,7 @@
|
||||
## About DCS Retribution
|
||||
(Last update: 2023-05-20)
|
||||
|
||||
DCS Retribution was forked from [DCS Liberation](https://github.com/dcs-retribution/dcs-retribution),
|
||||
DCS Retribution was forked from [DCS Liberation](https://github.com/dcs-liberation/dcs_liberation),
|
||||
which is a [DCS World](https://www.digitalcombatsimulator.com/en/products/world/) turn based single-player or co-op dynamic campaign.
|
||||
It is an external program that generates full and complex DCS missions and manage a persistent combat environment.
|
||||
|
||||
@ -76,7 +76,7 @@ for that release. Items in the To do column are planned to be added to that rele
|
||||
Tutorials, contributors and developer's guides are available in the project's
|
||||
[Wiki](https://github.com/dcs-retribution/dcs-retribution/wiki/)
|
||||
|
||||
(These need to be written again, meanwhile you can refer to
|
||||
(Some historical information is also availabe on
|
||||
[Liberation's Wiki](https://github.com/dcs-liberation/dcs_liberation/wiki/))
|
||||
|
||||
## Special Thanks
|
||||
|
||||
@ -125,7 +125,7 @@ VERSION = _build_version_string()
|
||||
#:
|
||||
#: Version 9.0
|
||||
#: * Campaign files now define the initial squadron layouts. See
|
||||
#: https://github.com/dcs-liberation/dcs_liberation/wiki/Custom-Campaigns.
|
||||
#: https://github.com/dcs-retribution/dcs-retribution/wiki/Custom-Campaigns.
|
||||
#: * CV and LHA control points now get their names from the group name in the campaign
|
||||
#: miz.
|
||||
#:
|
||||
|
||||
@ -108,7 +108,7 @@ class QPackageDialog(QDialog):
|
||||
self.tot_column.addWidget(self.auto_asap)
|
||||
|
||||
self.tot_help_label = QLabel(
|
||||
'<a href="https://github.com/dcs-liberation/dcs_liberation/wiki/Mission-planning"><span style="color:#FFFFFF;">Help</span></a>'
|
||||
'<a href="https://github.com/dcs-retribution/dcs-retribution/wiki/Mission-planning"><span style="color:#FFFFFF;">Help</span></a>'
|
||||
)
|
||||
self.tot_help_label.setAlignment(Qt.AlignCenter)
|
||||
self.tot_help_label.setOpenExternalLinks(True)
|
||||
|
||||
@ -106,7 +106,7 @@ class QFlightPayloadTab(QFrame):
|
||||
|
||||
# Docs Link
|
||||
docsText = QLabel(
|
||||
'<a href="https://github.com/dcs-liberation/dcs_liberation/wiki/Custom-Loadouts"><span style="color:#FFFFFF;">How to create your own default loadout</span></a>'
|
||||
'<a href="https://github.com/dcs-retribution/dcs-retribution/wiki/Custom-Loadouts"><span style="color:#FFFFFF;">How to create your own default loadout</span></a>'
|
||||
)
|
||||
docsText.setAlignment(Qt.AlignCenter)
|
||||
docsText.setOpenExternalLinks(True)
|
||||
|
||||
@ -174,7 +174,7 @@ class FactionSelection(QtWidgets.QWizardPage):
|
||||
|
||||
# Docs Link
|
||||
docsText = QtWidgets.QLabel(
|
||||
'<a href="https://github.com/dcs-liberation/dcs_liberation/wiki/Custom-Factions"><span style="color:#FFFFFF;">How to create your own faction</span></a>'
|
||||
'<a href="https://github.com/dcs-retribution/dcs-retribution/wiki/Custom-Factions"><span style="color:#FFFFFF;">How to create your own faction</span></a>'
|
||||
)
|
||||
docsText.setAlignment(Qt.AlignCenter)
|
||||
docsText.setOpenExternalLinks(True)
|
||||
|
||||
@ -212,9 +212,9 @@ class TheaterConfiguration(QtWidgets.QWizardPage):
|
||||
|
||||
docsText = QtWidgets.QLabel(
|
||||
"<p>Want more campaigns? You can "
|
||||
'<a href="https://github.com/dcs-liberation/dcs_liberation/wiki/Campaign-maintenance"><span style="color:#FFFFFF;">offer to help</span></a>, '
|
||||
'<a href="https://github.com/dcs-liberation/dcs_liberation/wiki/Community-campaigns"><span style="color:#FFFFFF;">play a community campaign</span></a>, '
|
||||
'or <a href="https://github.com/dcs-liberation/dcs_liberation/wiki/Custom-Campaigns"><span style="color:#FFFFFF;">create your own</span></a>.'
|
||||
'<a href="https://github.com/dcs-retribution/dcs-retribution/wiki/Campaign-maintenance"><span style="color:#FFFFFF;">offer to help</span></a>, '
|
||||
'<a href="https://github.com/dcs-retribution/dcs-retribution/wiki/Community-campaigns"><span style="color:#FFFFFF;">play a community campaign</span></a>, '
|
||||
'or <a href="https://github.com/dcs-retribution/dcs-retribution/wiki/Custom-Campaigns"><span style="color:#FFFFFF;">create your own</span></a>.'
|
||||
"</p>"
|
||||
)
|
||||
docsText.setAlignment(Qt.AlignCenter)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user