summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHoraK-FDF <horak-fdf@web.de>2025-07-08 10:43:08 +0000
committerThorbjørn Lindeijer <bjorn@lindeijer.nl>2025-07-08 10:43:08 +0000
commit6c2b1a87f4c857bdb36c3583cd019b821b03e51d (patch)
tree435664777c08c055aeca6a092802a79ba9a9a26c
parent33f5c13584728158ede6077a5aa2a2fbd7f43cbd (diff)
downloadtmwa-6c2b1a87f4c857bdb36c3583cd019b821b03e51d.tar.gz
tmwa-6c2b1a87f4c857bdb36c3583cd019b821b03e51d.tar.bz2
tmwa-6c2b1a87f4c857bdb36c3583cd019b821b03e51d.tar.xz
tmwa-6c2b1a87f4c857bdb36c3583cd019b821b03e51d.zip
Update repository URLs
-rw-r--r--CMakeLists.txt2
-rw-r--r--README.md2
-rw-r--r--version.mk2
3 files changed, 3 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 5d550f3..5abdffb 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -93,7 +93,7 @@ set(VENDOR_NAME Vanilla)
set(VENDOR_POINT 0)
# URL where the source may be found (after searching for version number).
# See AGPLv3 section 13
-set(VENDOR_SOURCE https://git.themanaworld.org/legacy/tmwa)
+set(VENDOR_SOURCE https://git.themanaworld.org/tmw/tmwa)
# Convenience
set(VERSION_STRING "TMWA ${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_PATCH} dev${PROJECT_VERSION_TWEAK} +${VENDOR_POINT} (${VENDOR_NAME})")
diff --git a/README.md b/README.md
index 8947def..1915888 100644
--- a/README.md
+++ b/README.md
@@ -91,7 +91,7 @@ The 4 main programs listed below are typically running on the same machine, but
- `tmwa-map`: Formerly known as `map-server`. This server connects to `tmwa-char`. Multiple instances of `tmwa-map` can connect to the same `tmwa-char`, with clients able to switch servers if they move to a map handled by a different map server. This has not been used by The Mana World, and may not work properly.
#### About server data
-To run the server, you will need a complete set of content including config files, game scripts, savefiles, and client updates. We strongly recommend setting up a web server to serve the updates. You can find a compatible set of server data at https://git.themanaworld.org/legacy/serverdata. Please follow the instructions in the [How to Develop](https://wiki.themanaworld.org/index.php/Development:How_to_Develop) article for more information.
+To run the server, you will need a complete set of content including config files, game scripts, savefiles, and client updates. We strongly recommend setting up a web server to serve the updates. You can find a compatible set of server data at https://git.themanaworld.org/tmw/serverdata. Please follow the instructions in the [How to Develop](https://wiki.themanaworld.org/index.php/Development:How_to_Develop) article for more information.
## 2. Contributors
We welcome contributions from developers like you! If you are interested in maintaining this server, please get in touch with the currently active maintainers first. It's important to make changes with extreme care and ensure that each change is thoroughly tested and reviewed before it goes live.
diff --git a/version.mk b/version.mk
index 23bd071..f9bc6fd 100644
--- a/version.mk
+++ b/version.mk
@@ -39,7 +39,7 @@ VENDOR_NAME := Vanilla
VENDOR_POINT := 0
# URL where the source may be found (after searching for version number).
# See AGPLv3 section 13
-VENDOR_SOURCE := https://git.themanaworld.org/legacy/tmwa
+VENDOR_SOURCE := https://git.themanaworld.org/tmw/tmwa
# Convenience
VERSION_STRING := TMWA ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH} dev${VERSION_DEVEL} +${VENDOR_POINT} (${VENDOR_NAME})