From f7a8a83d7dfee3ff341cb926393a4e5771158e1c Mon Sep 17 00:00:00 2001 From: Pavel Lobashov Date: Tue, 16 May 2017 12:27:20 +0300 Subject: [PATCH] Use https for `sdkjs-plugins` submodule, instead of ssh Allow anonymous git clone --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 188cfe59..995f4106 100644 --- a/.gitmodules +++ b/.gitmodules @@ -15,4 +15,4 @@ url = https://github.com/ONLYOFFICE/dictionaries.git [submodule "sdkjs-plugins"] path = sdkjs-plugins - url = git@github.com:ONLYOFFICE/sdkjs-plugins.git + url = https://github.com/ONLYOFFICE/sdkjs-plugins.git