Skip to content

Commit

Permalink
Unify the url of submodule to https url (#4566)
Browse files Browse the repository at this point in the history
close #4565
  • Loading branch information
Lloyd-Pottiger authored Apr 2, 2022
1 parent 673c9c9 commit 0529382
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@
branch = master
[submodule "contrib/client-c"]
path = contrib/client-c
url = git@github.com:tikv/client-c.git
url = https://github.com/tikv/client-c.git
[submodule "contrib/tiflash-proxy"]
path = contrib/tiflash-proxy
url = git@github.com:pingcap/tidb-engine-ext.git
url = https://github.com/pingcap/tidb-engine-ext.git
[submodule "contrib/prometheus-cpp"]
path = contrib/prometheus-cpp
url = git@github.com:jupp0r/prometheus-cpp.git
url = https://github.com/jupp0r/prometheus-cpp.git
[submodule "contrib/junction"]
path = contrib/junction
url = https://github.com/preshing/junction.git
Expand Down

0 comments on commit 0529382

Please sign in to comment.