From a272968a6bd1b36587830f200b605f7c744cb12d Mon Sep 17 00:00:00 2001 From: Marvin Scholz Date: Thu, 4 Dec 2014 10:24:12 +0100 Subject: [PATCH] Changed URLs to be relative in .gitmodules --- .gitmodules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index 24fdfe1b..efe6b96d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ [submodule "m4"] path = m4 - url = https://git.xiph.org/icecast-m4.git + url = ../icecast-m4.git [submodule "src/common"] path = src/common - url = https://git.xiph.org/icecast-common.git + url = ../icecast-common.git