From 481a1b5f6c471245182d270409279fce4fc3dc81 Mon Sep 17 00:00:00 2001 From: Andrew Barna Date: Mon, 30 Sep 2024 16:23:07 +0000 Subject: [PATCH] updaate notebook submodule URL to use http rather than SSH --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index ab627b9..0cb77d1 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "docs/demo_notebooks"] path = docs/demo_notebooks - url = git@github.com:cchdo/demo_notebooks.git + url = https://github.com/cchdo/demo_notebooks.git