From 18534632eab491d9bb43007c170f7628915c41b4 Mon Sep 17 00:00:00 2001 From: Jianhui Zhao Date: Sat, 11 Sep 2021 00:22:39 +0800 Subject: [PATCH] chore: update submodule url Signed-off-by: Jianhui Zhao --- .gitmodules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index 6be3123..e4aa0cc 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,9 +1,9 @@ [submodule "src/buffer"] path = src/buffer - url = https://gitee.com/zhaojh329/buffer.git + url = https://github.com/zhaojh329/buffer.git [submodule "src/ssl"] path = src/ssl - url = https://gitee.com/zhaojh329/ssl.git + url = https://github.com/zhaojh329/ssl.git [submodule "src/log"] path = src/log url = https://github.com/zhaojh329/log.git