You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by ke...@apache.org on 2020/12/24 02:35:23 UTC

[skywalking-python] 01/01: chore: switch http to https of submodule url

This is an automated email from the ASF dual-hosted git repository.

kezhenxu94 pushed a commit to branch submodule
in repository https://gitbox.apache.org/repos/asf/skywalking-python.git

commit 4bcc0c43d3f238e02f7d475ed068ae95bac9a546
Author: kezhenxu94 <ke...@apache.org>
AuthorDate: Thu Dec 24 10:34:44 2020 +0800

    chore: switch http to https of submodule url
---
 .gitmodules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitmodules b/.gitmodules
index 6922315..d1734e3 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,3 +1,3 @@
 [submodule "protocol"]
 	path = protocol
-	url = http://github.com/apache/skywalking-data-collect-protocol
+	url = https://github.com/apache/skywalking-data-collect-protocol