From 50101663f2819201a70faaf3fb22e0e7e9021d5a Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Mon, 10 Aug 2020 17:25:48 +0100 Subject: [PATCH] Use the up-to-date git submodule urls --- .gitmodules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index b7ed9bf64..a760aa3a4 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,12 +1,12 @@ [submodule "src/pocketmine/lang/locale"] path = src/pocketmine/lang/locale - url = https://github.com/pmmp/PocketMine-Language.git + url = https://github.com/pmmp/Language.git [submodule "tests/preprocessor"] path = build/preprocessor url = https://github.com/pmmp/preprocessor.git [submodule "tests/plugins/PocketMine-DevTools"] path = tests/plugins/PocketMine-DevTools - url = https://github.com/pmmp/PocketMine-DevTools.git + url = https://github.com/pmmp/DevTools.git [submodule "build/php"] path = build/php url = https://github.com/pmmp/php-build-scripts.git