From b00bf52034b713921ac296d3469feb02c83e2d57 Mon Sep 17 00:00:00 2001 From: Adi Mukherjee Date: Thu, 16 Mar 2017 17:46:34 +0000 Subject: [PATCH] Updated Django checkout URL to use https. It's slightly more compatible than the git protocol. --- docs/topics/install.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/topics/install.txt b/docs/topics/install.txt index dff170f733..8172083402 100644 --- a/docs/topics/install.txt +++ b/docs/topics/install.txt @@ -220,7 +220,7 @@ latest bug fixes and improvements, follow these instructions: .. code-block:: console - $ git clone git://github.com/django/django.git + $ git clone https://github.com/django/django.git This will create a directory ``django`` in your current directory.