From f6429e60d4750182a2f51f47ed2dd0f42c11014e Mon Sep 17 00:00:00 2001 From: David Bears Date: Fri, 16 Jan 2026 13:43:54 -0500 Subject: [PATCH] use absolute URLs for submodules --- .gitmodules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index 273336f84..d935e1464 100644 --- a/.gitmodules +++ b/.gitmodules @@ -23,11 +23,11 @@ url = https://github.com/RetroShare/jni.hpp.git [submodule "openpgpsdk"] path = openpgpsdk - url = ../OpenPGP-SDK + url = https://github.com/RetroShare/OpenPGP-SDK.git branch = master [submodule "libbitdht"] path = libbitdht - url = ../BitDHT + url = https://github.com/RetroShare/BitDHT.git branch = master [submodule "libretroshare"] path = libretroshare