Fixed links to github in the repo to account for the transfer to the new github organization.

This commit is contained in:
Khopa
2021-05-07 13:08:39 +02:00
parent 4bb2ab73c1
commit 977845e2f4
18 changed files with 29 additions and 29 deletions

View File

@@ -143,7 +143,7 @@ class QLiberationWindow(QMainWindow):
self.openGithubAction = QAction("&Github Repo", self)
self.openGithubAction.setIcon(CONST.ICONS["Github"])
self.openGithubAction.triggered.connect(
lambda: webbrowser.open_new_tab("https://github.com/khopa/dcs_liberation")
lambda: webbrowser.open_new_tab("https://github.com/dcs-liberation/dcs_liberation")
)
def initToolbar(self):
@@ -202,7 +202,7 @@ class QLiberationWindow(QMainWindow):
help_menu.addAction(
"&Releases",
lambda: webbrowser.open_new_tab(
"https://github.com/Khopa/dcs_liberation/releases"
"https://github.com/dcs-liberation/dcs_liberation/releases"
),
)
help_menu.addAction(
@@ -309,7 +309,7 @@ class QLiberationWindow(QMainWindow):
"<h3>DCS Liberation "
+ VERSION
+ "</h3>"
+ "<b>Source code :</b> https://github.com/khopa/dcs_liberation"
+ "<b>Source code :</b> https://github.com/dcs-liberation/dcs_liberation"
+ "<h4>Authors</h4>"
+ "<p>DCS Liberation was originally developed by <b>shdwp</b>, DCS Liberation 2.0 is a partial rewrite based on this work by <b>Khopa</b>."
"<h4>Contributors</h4>"