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

@@ -74,7 +74,7 @@ class RussianNavyGroupGenerator(ShipGroupGenerator):
if include_cc:
# Only include the Moskva for now, the Pyotry Velikiy is an unkillable monster.
# See https://github.com/Khopa/dcs_liberation/issues/567
# See https://github.com/dcs-liberation/dcs_liberation/issues/567
self.add_unit(
Cruiser_1164_Moskva,
"CC1",

View File

@@ -18,7 +18,7 @@ class ClosestAirfields:
self.target = target
# This cache is configured once on load, so it's important that it is
# complete and deterministic to avoid different behaviors across loads.
# E.g. https://github.com/Khopa/dcs_liberation/issues/819
# E.g. https://github.com/dcs-liberation/dcs_liberation/issues/819
self.closest_airfields: List[ControlPoint] = sorted(
all_control_points, key=lambda c: self.target.distance_to(c)
)

View File

@@ -206,7 +206,7 @@ class RadioRegistry:
except StopIteration:
# In the event of too many channel users, fail gracefully by reusing
# the last channel.
# https://github.com/Khopa/dcs_liberation/issues/598
# https://github.com/dcs-liberation/dcs_liberation/issues/598
channel = radio.last_channel
logging.warning(
f"No more free channels for {radio.name}. Reusing {channel}."