From 5aa42620712c51ab5bb7e4bb9f130ea4b356fded Mon Sep 17 00:00:00 2001 From: Sirz Benjie <142067137+SirzBenjie@users.noreply.github.com> Date: Sat, 27 Sep 2025 22:18:02 -0500 Subject: [PATCH] Update `.gitmodules` to use https by default --- .gitmodules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index d1cb63ba709..829537e67a2 100644 --- a/.gitmodules +++ b/.gitmodules @@ -5,7 +5,7 @@ [submodule "assets"] path = assets - url = https://github.com:pagefaultgames/pokerogue-assets.git + url = https://github.com/pagefaultgames/pokerogue-assets [submodule "locales"] path = locales - url = https://github.com:pagefaultgames/pokerogue-locales.git + url = https://github.com/pagefaultgames/pokerogue-locales.git