From 96fb7d33e0c62f179e69c8af2c6f2aec42a87365 Mon Sep 17 00:00:00 2001 From: Lucy Cifferello <12953208+elvece@users.noreply.github.com> Date: Wed, 13 Oct 2021 13:43:54 -0600 Subject: [PATCH] make submodules https --- .gitmodules | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index 878dd6a..4dd3cbc 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,9 +1,9 @@ [submodule "cbor"] path = cbor - url = ../../dr-bonez/cbor.git + url = https://github.com/dr-bonez/cbor.git [submodule "json-patch"] path = json-patch - url = ../../dr-bonez/json-patch.git + url = https://github.com/dr-bonez/json-patch.git [submodule "json-ptr"] path = json-ptr - url = ../../dr-bonez/json-ptr.git + url = https://github.com/dr-bonez/json-ptr.git \ No newline at end of file