From b87c8fcbbda7de824dfc737b3ac751006a3bb5cd Mon Sep 17 00:00:00 2001 From: TSnake41 Date: Sat, 2 May 2020 08:33:11 +0200 Subject: [PATCH] fix example/lynx submodule path --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 713305c..a3334cc 100644 --- a/.gitmodules +++ b/.gitmodules @@ -11,5 +11,5 @@ path = raygui url = https://github.com/raysan5/raygui [submodule "examples/lynx"] -path = lynx +path = examples/lynx url = https://gitlab.com/TSnake41/lynx.git