From b0390e1f22bba137f1ebec8666ae9f847dd0f493 Mon Sep 17 00:00:00 2001 From: jhawkesworth Date: Wed, 5 Apr 2023 10:45:16 +0100 Subject: [PATCH] feat: use relative url for examples submodule to allow cloning via git or https (#776) --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 77e658142..69198aa8a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "examples"] path = examples - url = git@github.com:shuttle-hq/examples.git + url = ../examples.git