forked from mooncake-track/Mooncake
gitmodules: use full path instead of relative path. (#345)
It will be more friendly when people forked in a private repo instead of github. Signed-off-by: doujiang24 <doujiang24@gmail.com>
This commit is contained in:
parent
8170a02396
commit
aa97bf1662
|
|
@ -1,4 +1,4 @@
|
|||
[submodule "extern/pybind11"]
|
||||
path = extern/pybind11
|
||||
url = ../../pybind/pybind11
|
||||
url = https://github.com/pybind/pybind11.git
|
||||
branch = stable
|
||||
|
|
|
|||
Loading…
Reference in New Issue