diff options
| author | Adi Mukherjee <adstastic@users.noreply.github.com> | 2017-03-16 17:46:34 +0000 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2017-03-16 13:46:34 -0400 |
| commit | b00bf52034b713921ac296d3469feb02c83e2d57 (patch) | |
| tree | c66bac019fc59bd02b52bc97c5dddb6d33170200 /docs | |
| parent | 2767ef3ca7fcd5608327a246c74b1dfb11ea0413 (diff) | |
Updated Django checkout URL to use https.
It's slightly more compatible than the git protocol.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/topics/install.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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. |
