Changed example git clone URLs to use HTTPS.

This commit is contained in:
Min ho Kim 2019-09-04 16:11:22 +10:00 committed by Carlton Gibson
parent 0d4529d314
commit 3c6a4fdb6d
3 changed files with 3 additions and 3 deletions

View file

@ -113,7 +113,7 @@ Download the Django source code repository using the following command:
.. console::
$ git clone git@github.com:YourGitHubName/django.git
$ git clone https://github.com/YourGitHubName/django.git
.. admonition:: Low bandwidth connection?