From 4d3771e44a0bd6c3ffd24365e157c82a03b6e1c7 Mon Sep 17 00:00:00 2001 From: Jan Strohbeck Date: Thu, 23 May 2024 09:28:17 +0000 Subject: [PATCH] [FIX] Link to submodule --- .gitmodules | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index c114428..75fee5f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,4 +1,4 @@ [submodule "lsp-client"] - path = lsp-client - url = ../../../aduulm/external/sansio-lsp-client.git - branch = develop + path = lsp-client + url = https://github.com/uulm-mrm/sansio-lsp-client.git + branch = develop