chore: use https for git submodules to use CA PKI instead of SSH TOFU (#1553)
Defaulting to HTTPS for submodule is more user-friendly.
This commit is contained in:
parent
28a79b1db2
commit
c379d8044d
|
|
@ -1,3 +1,3 @@
|
|||
[submodule "build-docs"]
|
||||
path = build-docs
|
||||
url = git@github.com:philclifford/quickemu-docs.git
|
||||
url = https://github.com/philclifford/quickemu-docs.git
|
||||
|
|
|
|||
Loading…
Reference in New Issue