瀏覽代碼

Fixed clone URL of Django git repository.

Duncan Parkes 10 年之前
父節點
當前提交
905c4fdcc3
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/internals/contributing/writing-code/unit-tests.txt

+ 1 - 1
docs/internals/contributing/writing-code/unit-tests.txt

@@ -30,7 +30,7 @@ sample settings module that uses the SQLite database. To run the tests:
 
 .. code-block:: bash
 
-   $ git clone https://github.com:django/django.git django-repo
+   $ git clone https://github.com/django/django.git django-repo
    $ cd django-repo/tests
    $ PYTHONPATH=..:$PYTHONPATH ./runtests.py