Skip to content

Commit

Permalink
Merge branch 'v7-submodule-hotfix'
Browse files Browse the repository at this point in the history
* v7-submodule-hotfix:
  use https in git submodule addresses, not ssh
  • Loading branch information
charlesreid1 committed Jun 25, 2018
2 parents 1e19b95 + bb4972d commit f088470
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 "mkdocs-material"]
path = mkdocs-material
url = ssh://git@git.charlesreid1.com:222/charlesreid1/mkdocs-material.git
url = https://git.charlesreid1.com/charlesreid1/mkdocs-material.git
[submodule "docs/mind-machine-docs"]
path = docs/mind-machine-docs
url = git@github.com:rainbow-mind-machine/mind-machine-docs.git
url = https://github.com/rainbow-mind-machine/mind-machine-docs.git

0 comments on commit f088470

Please sign in to comment.