From: Viktor Szakats Date: Mon, 15 Jun 2015 19:11:09 +0000 (+0200) Subject: README: use secure protocol for Git repository X-Git-Tag: curl-7_43_0~9 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f29f2cbd00dbe5f81b2a2867e9e931bcf5221b36;p=curl README: use secure protocol for Git repository --- diff --git a/README b/README index cfd676098..d92c7f8bf 100644 --- a/README +++ b/README @@ -38,7 +38,7 @@ GIT To download the very latest source off the GIT server do this: - git clone git://github.com/bagder/curl.git + git clone https://github.com/bagder/curl.git (you'll get a directory named curl created, filled with the source code)