#112 Use HTTPS protocol for "doc" submodule to not require SSH authentication

This commit is contained in:
Andreas Schuh 2015-03-31 15:53:18 +01:00
parent 16a168763e
commit d4e971c10b

2
.gitmodules vendored
View file

@ -1,4 +1,4 @@
[submodule "doc"]
path = doc
url = git@github.com:gflags/gflags.git
url = https://github.com/gflags/gflags.git
branch = gh-pages