From 8f609d0ddf488b258026180862fdcad2e2c43e5c Mon Sep 17 00:00:00 2001 From: Ben Lubar Date: Mon, 23 Apr 2018 16:56:27 -0500 Subject: [PATCH] Replace submodule URLs with relative URLs They will be downloaded via the same transport as the main repo (HTTPS or SSH, usually) --- .gitmodules | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitmodules b/.gitmodules index 687dae006..d57d82200 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,15 +1,15 @@ [submodule "plugins/stonesense"] path = plugins/stonesense - url = git://github.com/DFHack/stonesense.git + url = ../../DFHack/stonesense.git [submodule "plugins/isoworld"] path = plugins/isoworld - url = git://github.com/DFHack/isoworld.git + url = ../../DFHack/isoworld.git [submodule "library/xml"] path = library/xml - url = git://github.com/DFHack/df-structures.git + url = ../../DFHack/df-structures.git [submodule "depends/clsocket"] path = depends/clsocket - url = git://github.com/DFHack/clsocket.git + url = ../../DFHack/clsocket.git [submodule "scripts2"] path = scripts - url = git://github.com/dfhack/scripts.git + url = ../../DFHack/scripts.git