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:
parent
7e06ac1072
commit
188539e009
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue