diff options
author | Florian Dold <florian.dold@gmail.com> | 2016-04-04 22:53:34 +0200 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2016-04-04 22:53:34 +0200 |
commit | b0b3687a7205de72a65537f77e6b59e5156df2c5 (patch) | |
tree | 32e18512ea4620a9056f90ac10fb2659a1ee693b /.gitmodules | |
parent | 1dd38390c89529f7a02ae0195d667745a22f866d (diff) |
Relative gitmodules
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 4 |
1 files changed, 2 insertions, 2 deletions
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 |