From 10c9fc07fa9d69bfc085a7dcef7a67bb99dfc651 Mon Sep 17 00:00:00 2001 From: ryo Date: Wed, 6 Apr 2022 09:16:04 +0900 Subject: [PATCH 1/2] Update README.mdown --- README.mdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.mdown b/README.mdown index 089e51b..a739b73 100644 --- a/README.mdown +++ b/README.mdown @@ -48,7 +48,7 @@ If you're on a Mac and use [homebrew](http://github.com/mxcl/homebrew), it's sim ### Manual installation If you prefer a manual installation, please use the following instructions: - $ git clone --recursive git://github.com/iwata/git-now.git + $ git clone --recursive https://github.com/iwata/git-now.git #### for Windows Then, you can install `git-now`, using: From 9beab94649afd0822c2c5bf38db9963c7a997ba7 Mon Sep 17 00:00:00 2001 From: ryo Date: Wed, 6 Apr 2022 15:12:46 +0900 Subject: [PATCH 2/2] Update .gitmodules --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 8566567..ab7203e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "shFlags"] path = shFlags - url = git://github.com/nvie/shFlags.git + url = https://github.com/nvie/shFlags.git