소스 검색

Updated Django checkout URL to use https.

It's slightly more compatible than the git protocol.
Adi Mukherjee 8 년 전
부모
커밋
b00bf52034
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/topics/install.txt

+ 1 - 1
docs/topics/install.txt

@@ -220,7 +220,7 @@ latest bug fixes and improvements, follow these instructions:
 
    .. code-block:: console
 
-        $ git clone git://github.com/django/django.git
+        $ git clone https://github.com/django/django.git
 
    This will create a directory ``django`` in your current directory.