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:12:36 +0200
commit23946bdb06c459086851e7dfa6117bdc9d301466 (patch)
tree8c2085395ea5fb9ca826d83c4003591acf0e0c27 /docs/intro
parentb71cabe45970222d5c593bef44f01aea96854c89 (diff)
[2.2.x] Changed example git clone URLs to use HTTPS.
Backport of 3c6a4fdb6d828a03e368632d88f8261cc30104da from master
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 39cbebb95e..5a3350370e 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?