From ffc4d05fb140a987c924a31bd1ab8b4d3630abe8 Mon Sep 17 00:00:00 2001 From: Lorenzo ZOLFANELLI Date: Tue, 14 Feb 2023 16:38:32 +0100 Subject: [PATCH] fix: use https instead of ssh for submodule --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 9404c91..70a242e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,4 +1,4 @@ [submodule "docs"] path = docs - url = git@github.com:rbnvrw/nd2reader.git + url = https://github.com/rbnvrw/nd2reader.git branch = gh-pages