Skip to content

Commit e28bf91

Browse files
authored
Update github links to new organization (truckersmp-cli#166)
1 parent 3da7a5a commit e28bf91

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

Diff for: README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -260,13 +260,13 @@ and TheUnknownNO's unofficial [TruckersMP-Launcher][github:truckersmp-launcher].
260260

261261
[article:dll-injection]: http://securityxploded.com/dll-injection-and-hooking.php
262262
[github:inject]: https://github.com/mewrev/inject
263-
[github:issue91]: https://github.com/lhark/truckersmp-cli/issues/91
264-
[github:issue129]: https://github.com/lhark/truckersmp-cli/issues/129
265-
[github:issue147]: https://github.com/lhark/truckersmp-cli/issues/147
263+
[github:issue91]: https://github.com/truckersmp-cli/truckersmp-cli/issues/91
264+
[github:issue129]: https://github.com/truckersmp-cli/truckersmp-cli/issues/129
265+
[github:issue147]: https://github.com/truckersmp-cli/truckersmp-cli/issues/147
266266
[github:kakurasan]: https://github.com/kakurasan
267267
[github:Lucki]: https://github.com/Lucki
268268
[github:proton]: https://github.com/ValveSoftware/Proton
269-
[github:release-page]: https://github.com/lhark/truckersmp-cli/releases
269+
[github:release-page]: https://github.com/truckersmp-cli/truckersmp-cli/releases
270270
[github:truckersmp-launcher]: https://github.com/TheUnknownNO/TruckersMP-Launcher
271271
[python:genzshcomp]: https://github.com/hhatto/genzshcomp
272272
[python:vdf]: https://github.com/ValvePython/vdf

Diff for: setup.cfg

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ version = file: RELEASE
44
description = A simple launcher for TruckersMP to be used with Wine/Proton
55
long_description = file: README.md
66
long_description_content_type = text/markdown
7-
url = https://github.com/lhark/truckersmp-cli
7+
url = https://github.com/truckersmp-cli/truckersmp-cli
88
project_urls =
9-
Bug Tracker = https://github.com/lhark/truckersmp-cli/issues
10-
Source Code = https://github.com/lhark/truckersmp-cli
9+
Bug Tracker = https://github.com/truckersmp-cli/truckersmp-cli/issues
10+
Source Code = https://github.com/truckersmp-cli/truckersmp-cli
1111
license = MIT
1212
classifiers =
1313
Development Status :: 3 - Alpha

Diff for: truckersmp_cli/steamcmd.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def update_game():
6565
wine = None
6666
if Args.proton:
6767
# we don't use system SteamCMD because something goes wrong in some cases
68-
# see https://github.com/lhark/truckersmp-cli/issues/43
68+
# see https://github.com/truckersmp-cli/truckersmp-cli/issues/43
6969
steamcmd = os.path.join(Dir.steamcmddir, "steamcmd.sh")
7070
steamcmd_url = URL.steamcmdlnx
7171
gamedir = Args.gamedir

Diff for: truckersmp_cli/variables.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ class TMPWebHTML:
8383
class URL:
8484
"""URLs."""
8585

86-
project = "https://github.com/lhark/truckersmp-cli"
86+
project = "https://github.com/truckersmp-cli/truckersmp-cli"
8787
project_doc_inst = project + "#install"
8888
project_releases = project + "/releases"
8989
dlurl = "download.ets2mp.com"

0 commit comments

Comments
 (0)