Commit c1519d62 authored by LingBin's avatar LingBin Committed by Sergey Vojtovich

Fix github urls of submodules

Uniformly use the `.git` suffix format
parent 2a8ae4bd
[submodule "libmariadb"] [submodule "libmariadb"]
path = libmariadb path = libmariadb
url = https://github.com/MariaDB/mariadb-connector-c url = https://github.com/MariaDB/mariadb-connector-c.git
[submodule "storage/rocksdb/rocksdb"] [submodule "storage/rocksdb/rocksdb"]
path = storage/rocksdb/rocksdb path = storage/rocksdb/rocksdb
url = https://github.com/facebook/rocksdb.git url = https://github.com/facebook/rocksdb.git
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
branch = master branch = master
[submodule "extra/wolfssl/wolfssl"] [submodule "extra/wolfssl/wolfssl"]
path = extra/wolfssl/wolfssl path = extra/wolfssl/wolfssl
url = https://github.com/WolfSSL/wolfssl url = https://github.com/wolfSSL/wolfssl.git
[submodule "storage/maria/libmarias3"] [submodule "storage/maria/libmarias3"]
path = storage/maria/libmarias3 path = storage/maria/libmarias3
url = https://github.com/mariadb-corporation/libmarias3 url = https://github.com/mariadb-corporation/libmarias3.git
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment