From c3a197ec52e24e4c72d011e06858df3a4287bece Mon Sep 17 00:00:00 2001 From: Constantin Papizh <p.const@bk.ru> Date: Wed, 25 Sep 2019 17:28:40 +0300 Subject: [PATCH] Sub links update --- .gitmodules | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitmodules b/.gitmodules index f349be6d28..ad676bca1e 100755 --- a/.gitmodules +++ b/.gitmodules @@ -1,20 +1,20 @@ [submodule "libdap"] path = libdap - url = https://github.com/cellframe/libdap + url = https://gitlab.demlabs.net/cellframe/libdap branch = master [submodule "libdap-server-core"] path = libdap-server-core - url = https://github.com/cellframe/libdap-server-core + url = https://gitlab.demlabs.net/cellframe/libdap-server-core branch = master [submodule "test/libdap-test"] path = test/libdap-test - url = https://github.com/cellframe/libdap-test + url = https://gitlab.demlabs.net/cellframe/libdap-test branch = master [submodule "libdap-server-udp"] path = libdap-server-udp - url = https://github.com/cellframe/libdap-server-udp + url = https://gitlab.demlabs.net/cellframe/libdap-server-udp branch = master [submodule "libdap-crypto"] path = libdap-crypto - url = https://github.com/cellframe/libdap-crypto + url = https://gitlab.demlabs.net/cellframe/libdap-crypto branch = master -- GitLab