From 6c98fc19f53fdf30b1473190608f35a66621d66c Mon Sep 17 00:00:00 2001 From: "Alessandro (Ale) Segala" <43508+ItalyPaleAle@users.noreply.github.com> Date: Thu, 9 May 2019 12:19:46 -0700 Subject: [PATCH] Lowercase GH org name in .gitmodules (#629) The `Microsoft` org has been renamed to `microsoft`. While casing isn't an issue with GitHub, just correcting it in case some implementations are case-sensitive. --- .gitmodules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index 294731978..8063d9d01 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ [submodule "dep/gsl"] path = dep/gsl - url = https://github.com/Microsoft/gsl + url = https://github.com/microsoft/gsl [submodule "dep/wil"] path = dep/wil - url = https://github.com/Microsoft/wil + url = https://github.com/microsoft/wil