From b5f22ba216c35e517c01f508b2765df0a5fa18e2 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Fri, 16 Jan 2015 22:21:13 +0900 Subject: [PATCH] Use https for git clone link --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index bc95416e..1ccaf54a 100644 --- a/README.rst +++ b/README.rst @@ -85,7 +85,7 @@ https://github.com/tatsuhiro-t/aria2 To get the latest source code, run following command:: - $ git clone git://github.com/tatsuhiro-t/aria2.git + $ git clone https://github.com/tatsuhiro-t/aria2.git This will create aria2 directory in your current directory and source files are stored there.