From 93717322c4ffbcf9e7b1f4ab405e21e753c297b8 Mon Sep 17 00:00:00 2001 From: Hello TMW Date: Wed, 9 Jul 2025 06:08:09 +0000 Subject: Change URL of submodules to correct ones MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This MR lands changes to git submodule URLs - pass on client data. Approved-by: Thorbjørn Lindeijer --- .gitmodules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index 4e8cb970..428d22d0 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ [submodule "client-data"] path = client-data - url = https://git.themanaworld.org/legacy/clientdata.git + url = https://git.themanaworld.org/tmw/clientdata.git [submodule "tools"] path = tools - url = https://git.themanaworld.org/legacy/tools.git + url = https://git.themanaworld.org/tmw/tools.git -- cgit v1.2.3-70-g09d2