Skip to content

Commit

Permalink
Switched .gitmodules from SSH to HTTPS.
Browse files Browse the repository at this point in the history
- Helps with Travis CI
- Simplifies setup for new users
  • Loading branch information
demiankatz committed Jul 21, 2015
1 parent c82030b commit 2565e5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[submodule "examples"]
path = examples
url = git@github.com:UniversalViewer/examples.git
url = https://github.com/UniversalViewer/examples.git
[submodule "tests"]
path = tests
url = git@github.com:UniversalViewer/tests.git
url = https://github.com/UniversalViewer/tests.git

0 comments on commit 2565e5c

Please sign in to comment.