From 335467843b338c4acc6203b46e88c84aec6fc4cd Mon Sep 17 00:00:00 2001 From: miguel-cardoso-mindera Date: Thu, 9 May 2024 22:12:59 +0100 Subject: [PATCH] Change git submodule url from ssh to https --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 93d493f..54208dc 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "theme_common"] path = theme_common - url = git@github.com:stakater/stakater-docs-mkdocs-theme.git + url = https://github.com/stakater/stakater-docs-mkdocs-theme.git