summaryrefslogtreecommitdiff
path: root/docs/intro
diff options
context:
space:
mode:
authorMin ho Kim <minho42@gmail.com>2019-09-04 16:11:22 +1000
committerCarlton Gibson <carlton.gibson@noumenal.es>2019-09-04 08:11:22 +0200
commit3c6a4fdb6d828a03e368632d88f8261cc30104da (patch)
treec844b4c69dd33250c83d9f5c9a761f187cba99dd /docs/intro
parent0d4529d314f5b804c4e856146f6641a73027a2c4 (diff)
Changed example git clone URLs to use HTTPS.
Diffstat (limited to 'docs/intro')
-rw-r--r--docs/intro/contributing.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/intro/contributing.txt b/docs/intro/contributing.txt
index 2f156e426e..013f631f0a 100644
--- a/docs/intro/contributing.txt
+++ b/docs/intro/contributing.txt
@@ -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?