From 3c6a4fdb6d828a03e368632d88f8261cc30104da Mon Sep 17 00:00:00 2001 From: Min ho Kim Date: Wed, 4 Sep 2019 16:11:22 +1000 Subject: Changed example git clone URLs to use HTTPS. --- docs/intro/contributing.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/intro') 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? -- cgit v1.3