Use https:// instead of git:// to clone [#5551]
This was partially addressed in eee3e41 but missed many items.
This commit is contained in:
6
.gitmodules
vendored
6
.gitmodules
vendored
@@ -1,12 +1,12 @@
|
||||
[submodule "pdf.js"]
|
||||
path = pdf.js
|
||||
url = git://github.com/mozilla/pdf.js.git
|
||||
url = https://github.com/mozilla/pdf.js.git
|
||||
[submodule "extlib/pdf.js"]
|
||||
path = extlib/pdf.js
|
||||
url = git://github.com/mozilla/pdf.js.git
|
||||
url = https://github.com/mozilla/pdf.js.git
|
||||
[submodule "extlib/skeleton"]
|
||||
path = extlib/skeleton
|
||||
url = git://github.com/dhg/Skeleton.git
|
||||
url = https://github.com/dhg/Skeleton.git
|
||||
[submodule "extlib/sandyseventiesspeedboat"]
|
||||
path = extlib/sandyseventiesspeedboat
|
||||
url = https://github.com/jpope777/sandyseventiesspeedboat-mg.git
|
||||
|
||||
Reference in New Issue
Block a user