From 0d2942169bf50ac3ac28f7ceebda8bac59b6b817 Mon Sep 17 00:00:00 2001 From: Marko Budiselic Date: Sun, 8 May 2016 11:49:00 +0200 Subject: [PATCH] .gitmodules path updates --- .gitmodules | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitmodules b/.gitmodules index 85fbffc8a..a5f6e707f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,9 +1,9 @@ -[submodule "cypher/lexertl"] - path = cypher/lexertl +[submodule "src/cypher/lexertl"] + path = src/cypher/lexertl url = https://github.com/BenHanson/lexertl.git -[submodule "speedy/r3"] - path = speedy/r3 +[submodule "src/speedy/r3"] + path = src/speedy/r3 url = https://github.com/c9s/r3.git -[submodule "speedy/rapidjson"] - path = speedy/rapidjson +[submodule "src/speedy/rapidjson"] + path = src/speedy/rapidjson url = https://github.com/miloyip/rapidjson.git