From 85cb20e23daf71cf9e0ba260ae7b6e639f8c2914 Mon Sep 17 00:00:00 2001 From: Cameron Taylor Date: Mon, 26 Feb 2024 15:42:56 -0500 Subject: [PATCH] renames urls in gitmodules to current updated names of the repos --- .gitmodules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index 17c3cc026..903904103 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,10 +1,10 @@ [submodule "assets"] path = assets - url = https://github.com/FunkinCrew/Funkin-history-rewrite-assets + url = https://github.com/FunkinCrew/Funkin-Assets-secret branch = master update = merge [submodule "art"] path = art - url = https://github.com/FunkinCrew/Funkin-history-rewrite-art + url = https://github.com/FunkinCrew/Funkin-Art-secret branch = master update = merge