mirror of
https://github.com/mmp/pbrt-v4
synced 2026-09-26 16:20:07 +03:00
Make submodule URLs consistent (#229)
Add `.git` to the double-conversion and zlib submodules URLs.
This commit is contained in:
parent
16b0e10e6f
commit
a2789a7c8f
1 changed files with 2 additions and 2 deletions
4
.gitmodules
vendored
4
.gitmodules
vendored
|
|
@ -1,12 +1,12 @@
|
|||
[submodule "src/ext/zlib"]
|
||||
path = src/ext/zlib
|
||||
url = https://github.com/mitsuba-renderer/zlib
|
||||
url = https://github.com/mitsuba-renderer/zlib.git
|
||||
[submodule "src/ext/ptex"]
|
||||
path = src/ext/ptex
|
||||
url = https://github.com/wdas/ptex.git
|
||||
[submodule "src/ext/double-conversion"]
|
||||
path = src/ext/double-conversion
|
||||
url = https://github.com/mmp/double-conversion
|
||||
url = https://github.com/mmp/double-conversion.git
|
||||
[submodule "src/ext/stb"]
|
||||
path = src/ext/stb
|
||||
url = https://github.com/nothings/stb.git
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue