From 2d4e43c1d09f5f7054e4e4122edbea6a0cb7488f Mon Sep 17 00:00:00 2001 From: Scott Wolchok Date: Wed, 20 Nov 2024 10:09:12 -0800 Subject: [PATCH] Revert "Fix ARM submodule URLs (#6973)" Apparently the `review.` URLs are preferred due to lower resource usage. Differential Revision: [D66247100](https://our.internmc.facebook.com/intern/diff/D66247100/) [ghstack-poisoned] --- .gitmodules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index 68032efac20..6844743d738 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,9 +1,9 @@ [submodule "backends/arm/third-party/ethos-u-core-driver"] path = backends/arm/third-party/ethos-u-core-driver - url = https://git.mlplatform.org/ml/ethos-u/ethos-u-core-driver.git/ + url = https://review.mlplatform.org/ml/ethos-u/ethos-u-core-driver [submodule "backends/arm/third-party/serialization_lib"] path = backends/arm/third-party/serialization_lib - url = https://git.mlplatform.org/tosa/serialization_lib.git/ + url = https://review.mlplatform.org/tosa/serialization_lib [submodule "backends/vulkan/third-party/Vulkan-Headers"] path = backends/vulkan/third-party/Vulkan-Headers url = https://github.com/KhronosGroup/Vulkan-Headers