From 2cf324fc9b0a09da758cc3428a61da12775ef611 Mon Sep 17 00:00:00 2001 From: Sergey Alirzaev Date: Mon, 25 Dec 2017 19:15:45 +0300 Subject: [PATCH] use https for submodules --- .gitmodules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index 64771f3..7c2d3dc 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ [submodule "SolidPython"] path = SolidPython - url = git://github.com/SolidCode/SolidPython.git + url = https://github.com/SolidCode/SolidPython.git [submodule "ThingDoc"] path = ThingDoc - url = git://github.com/SolidCode/ThingDoc.git + url = https://github.com/SolidCode/ThingDoc.git