From 4c1a79490bfb069675db8a117636527f709617a1 Mon Sep 17 00:00:00 2001 From: ametoresu Date: Sat, 15 Feb 2025 11:05:25 +0800 Subject: [PATCH] updated remote link for submodules --- .gitmodules | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index 33db887..f9c9cb0 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,9 +1,9 @@ [submodule "projects/palindrome-checker"] path = projects/palindrome-checker - url = https://github.com/ametoresu/palindrome-checker.git + url = https://github.com/b0chard/palindrome-checker.git [submodule "projects/roman-numeral-converter"] path = projects/roman-numeral-converter - url = https://github.com/ametoresu/roman-numeral-converter.git + url = https://github.com/b0chard/roman-numeral-converter.git [submodule "projects/temperature-converter"] path = projects/temperature-converter - url = https://github.com/ametoresu/temperature-converter.git + url = https://github.com/b0chard/temperature-converter.git \ No newline at end of file -- 2.39.5