Fix github urls of submodules

Uniformly use the `.git` suffix format
This commit is contained in:
LingBin 2019-07-01 22:07:32 +08:00 committed by Sergey Vojtovich
parent 2a8ae4bdce
commit c1519d62d0

6
.gitmodules vendored
View File

@ -1,6 +1,6 @@
[submodule "libmariadb"]
path = libmariadb
url = https://github.com/MariaDB/mariadb-connector-c
url = https://github.com/MariaDB/mariadb-connector-c.git
[submodule "storage/rocksdb/rocksdb"]
path = storage/rocksdb/rocksdb
url = https://github.com/facebook/rocksdb.git
@ -10,7 +10,7 @@
branch = master
[submodule "extra/wolfssl/wolfssl"]
path = extra/wolfssl/wolfssl
url = https://github.com/WolfSSL/wolfssl
url = https://github.com/wolfSSL/wolfssl.git
[submodule "storage/maria/libmarias3"]
path = storage/maria/libmarias3
url = https://github.com/mariadb-corporation/libmarias3
url = https://github.com/mariadb-corporation/libmarias3.git