diff --git a/.gitmodules b/.gitmodules index 72db002a..871e83c4 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,6 +4,6 @@ [submodule "DRAMSys/dramSys/src/common/third_party/tinyxml2"] path = DRAMSys/dramSys/src/common/third_party/tinyxml2 url = https://github.com/leethomason/tinyxml2.git -[submodule "DRAMSys/dram/src/common/third_party/pbuff"] - path = DRAMSys/dram/src/common/third_party/pbuff +[submodule "DRAMSys/dramSys/src/common/third_party/pbuff"] + path = DRAMSys/dramSys/src/common/third_party/pbuff url = https://jungma@git.rhrk.uni-kl.de/EIT-Wehn/dram.vp.packetbuffering.git diff --git a/DRAMSys/dram/src/common/third_party/pbuff b/DRAMSys/dramSys/src/common/third_party/pbuff similarity index 100% rename from DRAMSys/dram/src/common/third_party/pbuff rename to DRAMSys/dramSys/src/common/third_party/pbuff