From e979d6c94c67bdb37352281b291ab44c354c5226 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Sat, 21 Nov 2020 17:22:12 +0200 Subject: [PATCH] Fix redirects. GitLab redirects but Git warns. --- .gitmodules | 6 +++--- README.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitmodules b/.gitmodules index 681f2cb..479db6f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,12 +1,12 @@ [submodule "Repositories/Shore/ssl-ca"] path = Repositories/Shore/ssl-ca - url = https://git.shore.co.il/nimrod/ssl-ca/ + url = https://git.shore.co.il/nimrod/ssl-ca.git/ branch = master [submodule "Repositories/Shore/ssh-ca"] path = Repositories/Shore/ssh-ca - url = https://git.shore.co.il/nimrod/ssh-ca/ + url = https://git.shore.co.il/nimrod/ssh-ca.git/ branch = master [submodule "Repositories/Shore/bundle_certs"] path = Repositories/Shore/bundle_certs - url = https://git.shore.co.il/nimrod/bundle_certs/ + url = https://git.shore.co.il/nimrod/bundle_certs.git/ branch = master diff --git a/README.md b/README.md index b333adf..a55a933 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ mass consumption as it is. cd git init - git remote add origin https://git.shore.co.il/nimrod/rcfiles + git remote add origin https://git.shore.co.il/nimrod/rcfiles.git/ git fetch git reset --hard origin/master git branch --set-upstream-to=origin/master -- GitLab