From 6b85d3301721dd834f8d52ec19260e536169b7fc Mon Sep 17 00:00:00 2001 From: Ryan Snyder Date: Thu, 30 May 2019 21:43:05 -0400 Subject: git: ensure consistency of submodule urls --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index ad0f3040..69869a8a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -6,4 +6,4 @@ url = https://github.com/Vector35/BinaryTestCases.git [submodule "sphinx_rtd_theme"] path = sphinx_rtd_theme - url = git@github.com:Vector35/sphinx_rtd_theme.git + url = https://github.com/Vector35/sphinx_rtd_theme.git -- cgit v1.3.1