From b6dc7ff7799d6ddbba6c39b384829e1a0c0f5831 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 12 Jun 2022 17:18:37 -0300 Subject: Update old links --- .tools/scripts/init.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '.tools') diff --git a/.tools/scripts/init.sh b/.tools/scripts/init.sh index a6ca5f7e..7369dd21 100755 --- a/.tools/scripts/init.sh +++ b/.tools/scripts/init.sh @@ -166,18 +166,18 @@ function do_init_data { function do_init_tools { cd .. rm -rf tools - #gitclone https://gitlab.com/themanaworld/evolved evol-tools.git tools - gitclone https://gitlab.com/TMW2 evol-tools.git tools + #gitclone https://git.themanaworld.org/evolved tools.git tools + gitclone https://git.themanaworld.org/evolved tools.git tools } function do_init { do_init_data rm -rf server-code - gitclone https://gitlab.com/jesusalva hercules.git server-code + gitclone https://git.themanaworld.org/evolved hercules.git server-code check_error $? cd server-code/src check_error $? - gitclone https://gitlab.com/tmwae evol-hercules.git evol + gitclone https://git.themanaworld.org/evolved evol-hercules.git evol check_error $? cd ../.. check_error $? -- cgit v1.2.3-60-g2f50