diff options
| author | Min ho Kim <minho42@gmail.com> | 2019-09-04 16:11:22 +1000 |
|---|---|---|
| committer | Carlton Gibson <carlton.gibson@noumenal.es> | 2019-09-04 08:12:36 +0200 |
| commit | 23946bdb06c459086851e7dfa6117bdc9d301466 (patch) | |
| tree | 8c2085395ea5fb9ca826d83c4003591acf0e0c27 /docs/intro | |
| parent | b71cabe45970222d5c593bef44f01aea96854c89 (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.txt | 2 |
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? |
