From b0b3687a7205de72a65537f77e6b59e5156df2c5 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Mon, 4 Apr 2016 22:53:34 +0200 Subject: Relative gitmodules --- .gitmodules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index 2c6ef85e..f2cf3660 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,8 +1,8 @@ [submodule "examples/blog/web-common"] path = examples/blog/web-common - url = git://taler.net/web-common.git + url = ../web-common.git branch = master [submodule "examples/shop/web-common"] path = examples/shop/web-common - url = git://taler.net/web-common.git + url = ../web-common.git branch = master -- cgit v1.2.3