From bab9e22fdbfcad3747eea05f0b04fa48caef1afa Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Thu, 11 Jun 2020 12:37:53 +0200 Subject: [PATCH] update submodule urls --- fpga/.gitmodules | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/fpga/.gitmodules b/fpga/.gitmodules index 0e6e035f1..94258c499 100644 --- a/fpga/.gitmodules +++ b/fpga/.gitmodules @@ -3,7 +3,7 @@ url = https://github.com/Snaipe/Criterion.git [submodule "thirdparty/libxil"] path = thirdparty/libxil - url = https://git.rwth-aachen.de/acs/public/villas/libxil.git + url = ../libxil.git [submodule "lib/gpu/gdrcopy"] path = gpu/thirdparty/gdrcopy url = https://github.com/daniel-k/gdrcopy.git @@ -12,7 +12,7 @@ url = https://github.com/ikwzm/udmabuf [submodule "hardware"] path = hardware - url = ../VILLASfpga-hardware.git + url = ../fpga-hardware.git [submodule "common"] path = common - url = ../VILLAScommon.git + url = ../../common.git