Skip to content

Commit 7fe9b48

Browse files
Baltoli0cjsRobertorosmaninhorv-jenkins
authored
[adopted] .gitmodules: Change pybind11 URL from relative to absolute (#1101)
All the other URLs are absolute, so logically this one should match. Additionally, the relative URL will break if someone's main remote is not on GitHub. Adopted PR from #1100 - thanks @0cjs! Co-authored-by: Curt J. Sampson <[email protected]> Co-authored-by: Roberto Rosmaninho <[email protected]> Co-authored-by: rv-jenkins <[email protected]>
1 parent ac9cff8 commit 7fe9b48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
url = https://github.com/Tencent/rapidjson
77
[submodule "deps/pybind11"]
88
path = deps/pybind11
9-
url = ../../pybind/pybind11
9+
url = https://github.com/pybind/pybind11
1010
branch = stable
1111
[submodule "deps/fmt"]
1212
path = deps/fmt

0 commit comments

Comments
 (0)