From 5e5c4944de993eff5d66d8792d4e244f43c73c71 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Tue, 5 Apr 2016 17:23:50 +0300 Subject: [PATCH] - Corrected URLs for git submodules. --- .gitmodules | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitmodules b/.gitmodules index 86072b1..84bf852 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,16 +1,16 @@ [submodule "Documents/Shore/ssl-ca"] path = Documents/Shore/ssl-ca - url = https://www.shore.co.il/cgit/ssl-ca/ + url = https://www.shore.co.il/git/ssl-ca/ branch = master [submodule "Documents/Shore/ssh-ca"] path = Documents/Shore/ssh-ca - url = https://www.shore.co.il/cgit/ssh-ca/ + url = https://www.shore.co.il/git/ssh-ca/ branch = master [submodule "Documents/Shore/bundle_certs"] path = Documents/Shore/bundle_certs - url = https://www.shore.co.il/cgit/bundle_certs/ + url = https://www.shore.co.il/git/bundle_certs/ branch = master [submodule "Documents/Shore/debian-repository"] path = Documents/Shore/debian-repository - url = cgit:/srv/git/debian-repository - branch = master + url = https://www.shore.co.il/git/debian-repository + branch = master -- GitLab