From f2beee61f46f50ec439ba56b2dc084631fe9cbf6 Mon Sep 17 00:00:00 2001 From: Sameer Rahmani Date: Mon, 5 Sep 2022 15:41:38 +0100 Subject: [PATCH] update the modules urls --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 44b82e2..78feb9d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -3,7 +3,7 @@ url = https://github.com/zsh-users/zsh-autosuggestions [submodule "plugins/zsh-completions"] path = plugins/zsh-completions - url = git://github.com/zsh-users/zsh-completions.git + url = https://github.com/zsh-users/zsh-completions.git [submodule "plugins/zsh-syntax-highlighting"] path = plugins/zsh-syntax-highlighting url = https://github.com/zsh-users/zsh-syntax-highlighting.git