Skip to content

Commit

Permalink
Fix github urls of submodules
Browse files Browse the repository at this point in the history
Uniformly use the `.git` suffix format
  • Loading branch information
lingbin authored and Sergey Vojtovich committed Jul 2, 2019
1 parent 4fef644 commit 6842a15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitmodules
@@ -1,6 +1,6 @@
[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
Expand All @@ -10,4 +10,4 @@
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

0 comments on commit 6842a15

Please sign in to comment.