diff options
author | Christian Grothoff <christian@grothoff.org> | 2021-01-21 15:37:55 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2021-01-21 15:37:55 +0100 |
commit | 3e8fed0ea6505955fb2b65bd040a965d8c35d61a (patch) | |
tree | 827f0621990c68ea10cf1e1c6868a1fc38745d0e /.gitmodules | |
parent | cd47c8e0afb66f2d9053082940f208347551b3a8 (diff) |
update submodules
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/.gitmodules b/.gitmodules index f2cf3660..6c91f295 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,8 +1,4 @@ -[submodule "examples/blog/web-common"] - path = examples/blog/web-common - url = ../web-common.git - branch = master -[submodule "examples/shop/web-common"] - path = examples/shop/web-common - url = ../web-common.git - branch = master +[submodule "doc/prebuilt"] + path = doc/prebuilt + url = https://git.taler.net/docs.git + branch = prebuilt |