Update .gitmodules to use relative paths

To be able to mirror project and dependencies it is extremely helpful to use relative paths.
This commit is contained in:
Philipp Weißmann 2018-08-03 11:55:53 +02:00 committed by GitHub
parent 7e06ac1072
commit 188539e009
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

4
.gitmodules vendored
View File

@ -1,6 +1,6 @@
[submodule "third-party/mruby"]
path = third-party/mruby
url = https://github.com/mruby/mruby
url = ../../mruby/mruby
[submodule "third-party/neverbleed"]
path = third-party/neverbleed
url = https://github.com/h2o/neverbleed.git
url = ../../h2o/neverbleed.git