From bd0660ea5d8f089bee7c5680fcc1118235d0fe08 Mon Sep 17 00:00:00 2001 From: unapproachable <74546317+unapproachable@users.noreply.github.com> Date: Sat, 4 Nov 2023 11:56:06 -0400 Subject: [PATCH 1/2] corrected source URL for dependent modules --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 82bc839..17443b2 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,5 +4,5 @@ branch = main [submodule "SimpleHTTPServerWithUpload"] path = SimpleHTTPServerWithUpload - url = //192.168.1.10/git/ahuacate/SimpleHTTPServerWithUpload + url = https://github.com/git/ahuacate/SimpleHTTPServerWithUpload branch = main From 12c350059f446e2e13cfb683fc76b9a78aa913db Mon Sep 17 00:00:00 2001 From: unapproachable <74546317+unapproachable@users.noreply.github.com> Date: Sat, 4 Nov 2023 12:02:08 -0400 Subject: [PATCH 2/2] Update .gitmodules --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 17443b2..cf9ce98 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,5 +4,5 @@ branch = main [submodule "SimpleHTTPServerWithUpload"] path = SimpleHTTPServerWithUpload - url = https://github.com/git/ahuacate/SimpleHTTPServerWithUpload + url = https://github.com/ahuacate/SimpleHTTPServerWithUpload branch = main