mirror of
https://github.com/Hopiu/django-fobi.git
synced 2026-05-23 03:35:50 +00:00
Merge pull request #111 from ksze/change_wagtail_demo_remote
Change the git remote URL of the wagtail demo submodule to use HTTPS instead of SSH
This commit is contained in:
commit
cda1aae7dc
1 changed files with 1 additions and 1 deletions
2
.gitmodules
vendored
2
.gitmodules
vendored
|
|
@ -1,3 +1,3 @@
|
|||
[submodule "examples/wagtaildemo"]
|
||||
path = examples/wagtaildemo
|
||||
url = git@github.com:barseghyanartur/wagtaildemo.git
|
||||
url = https://github.com/barseghyanartur/wagtaildemo.git
|
||||
|
|
|
|||
Loading…
Reference in a new issue