From d2a4d87ecab078375072c51f019b553cf2d64d4b Mon Sep 17 00:00:00 2001 From: Anthony Tuininga Date: Wed, 29 Mar 2017 10:58:14 -0600 Subject: [PATCH] Use HTTPS absolute link as the default, rather than a relative link. --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index bfa3f63..9e4b5b2 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "odpi"] path = odpi - url = ../odpi.git + url = https://github.com/oracle/odpi.git