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 03:18:48 UTC

[skywalking-python] branch master updated: chore: switch http to https of submodule url (#108)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 3947a6c  chore: switch http to https of submodule url (#108)
3947a6c is described below

commit 3947a6cee420dcf995f365e6b5391d26b629a688
Author: Zhenxu Ke <ke...@apache.org>
AuthorDate: Thu Dec 24 11:18:41 2020 +0800

    chore: switch http to https of submodule url (#108)
---
 .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