From f21573953da7de51ae37d2c59d2e1c56dbbf5995 Mon Sep 17 00:00:00 2001 From: Zoe Roux Date: Sun, 24 Jan 2021 20:27:33 +0100 Subject: [PATCH] Updating gitmodules to use relatives paths. --- .gitmodules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index b381a727..8dcd16ac 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,8 +1,8 @@ [submodule "transcoder"] path = transcoder - url = https://github.com/AnonymusRaccoon/Kyoo.Transcoder + url = ../Kyoo.Transcoder.git branch = master [submodule "WebApp"] path = Kyoo/Views/WebClient - url = https://github.com/AnonymusRaccoon/Kyoo.WebApp + url = ../Kyoo.WebApp.git branch = master