From b0138a53b0427b586e3f315489781d40a07fae4a Mon Sep 17 00:00:00 2001 From: Cosmo Myzrail Gorynych Date: Thu, 15 Aug 2019 15:31:19 +1200 Subject: [PATCH] :bug: Fix an old link to a git submodule (to docs.ctjs.rocks) --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 36a8bfd1a..fc490a0b4 100644 --- a/.gitmodules +++ b/.gitmodules @@ -6,4 +6,4 @@ url = https://github.com/CosmoMyzrailGorynych/SSCD.js.git [submodule "docs"] path = docs - url = git@github.com:CosmoMyzrailGorynych/docs.ctjs.rocks.git + url = https://github.com/ct-js/docs.ctjs.rocks.git