Skip to content

Commit bbee366

Browse files
committed
Fixed gitmodules URL for Github configuration requirements
1 parent c25f636 commit bbee366

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gitmodules

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[submodule "_layouts"]
22
path = _layouts
3-
url = git://github.com/loopj/jekyll_layouts.git
3+
url = https://github.com/loopj/jekyll_layouts.git
44
[submodule "_includes"]
55
path = _includes
6-
url = git://github.com/loopj/jekyll_includes.git
6+
url = https://github.com/loopj/jekyll_includes.git

0 commit comments

Comments
 (0)