From a0cfe37ea14ed68710d3ca471e0eb7619ae4a180 Mon Sep 17 00:00:00 2001 From: Jack Gerrits Date: Mon, 3 Jun 2019 20:14:20 -0400 Subject: [PATCH] Change to absolute https path for submodule --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 9ee1a5474b7..7c918de3b8f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "rapidjson"] path = rapidjson - url = ../../Tencent/rapidjson.git + url = https://github.com/Tencent/rapidjson.git