Update gitmodules to use https instead of ssh
This commit is contained in:
parent
e6480594ae
commit
422414ca74
6
.gitmodules
vendored
6
.gitmodules
vendored
@ -1,9 +1,9 @@
|
||||
[submodule "Packages-react/ohif-core"]
|
||||
path = Packages-react/ohif-core
|
||||
url = git@github.com:OHIF/ohif-core.git
|
||||
url = https://github.com/OHIF/ohif-core.git
|
||||
[submodule "Packages-react/react-viewerbase"]
|
||||
path = Packages-react/react-viewerbase
|
||||
url = git@github.com:OHIF/react-viewerbase.git
|
||||
url = https://github.com/OHIF/react-viewerbase.git
|
||||
[submodule "Packages-react/react-cornerstone-viewport"]
|
||||
path = Packages-react/react-cornerstone-viewport
|
||||
url = git@github.com:cornerstonejs/react-cornerstone-viewport.git
|
||||
url = https://github.com/cornerstonejs/react-cornerstone-viewport.git
|
||||
Loading…
Reference in New Issue
Block a user