Github URL update

Updated the URLs to point correctly to Retribution code, Retribution wiki or Liberation code, as appropriate.
This commit is contained in:
MetalStormGhost 2023-06-19 15:03:00 +03:00 committed by Raffson
parent 208c517882
commit fb2598a671
7 changed files with 10 additions and 10 deletions

View File

@ -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 ## 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 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. You can then submit new campaigns on the "campaigns" channel on Discord, or by making a pull request if you are comfortable with git.

View File

@ -15,7 +15,7 @@
## About DCS Retribution ## About DCS Retribution
(Last update: 2023-05-20) (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. 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. 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 Tutorials, contributors and developer's guides are available in the project's
[Wiki](https://github.com/dcs-retribution/dcs-retribution/wiki/) [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/)) [Liberation's Wiki](https://github.com/dcs-liberation/dcs_liberation/wiki/))
## Special Thanks ## Special Thanks

View File

@ -125,7 +125,7 @@ VERSION = _build_version_string()
#: #:
#: Version 9.0 #: Version 9.0
#: * Campaign files now define the initial squadron layouts. See #: * 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 #: * CV and LHA control points now get their names from the group name in the campaign
#: miz. #: miz.
#: #:

View File

@ -108,7 +108,7 @@ class QPackageDialog(QDialog):
self.tot_column.addWidget(self.auto_asap) self.tot_column.addWidget(self.auto_asap)
self.tot_help_label = QLabel( 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.setAlignment(Qt.AlignCenter)
self.tot_help_label.setOpenExternalLinks(True) self.tot_help_label.setOpenExternalLinks(True)

View File

@ -106,7 +106,7 @@ class QFlightPayloadTab(QFrame):
# Docs Link # Docs Link
docsText = QLabel( 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.setAlignment(Qt.AlignCenter)
docsText.setOpenExternalLinks(True) docsText.setOpenExternalLinks(True)

View File

@ -174,7 +174,7 @@ class FactionSelection(QtWidgets.QWizardPage):
# Docs Link # Docs Link
docsText = QtWidgets.QLabel( 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.setAlignment(Qt.AlignCenter)
docsText.setOpenExternalLinks(True) docsText.setOpenExternalLinks(True)

View File

@ -212,9 +212,9 @@ class TheaterConfiguration(QtWidgets.QWizardPage):
docsText = QtWidgets.QLabel( docsText = QtWidgets.QLabel(
"<p>Want more campaigns? You can " "<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-retribution/dcs-retribution/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>, ' '<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-liberation/dcs_liberation/wiki/Custom-Campaigns"><span style="color:#FFFFFF;">create your own</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>" "</p>"
) )
docsText.setAlignment(Qt.AlignCenter) docsText.setAlignment(Qt.AlignCenter)