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:
doujiang24 2025-05-12 09:16:37 +08:00 committed by GitHub
parent 8170a02396
commit aa97bf1662
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

2
.gitmodules vendored
View File

@ -1,4 +1,4 @@
[submodule "extern/pybind11"]
path = extern/pybind11
url = ../../pybind/pybind11
url = https://github.com/pybind/pybind11.git
branch = stable