diff options
| author | Duncan Parkes <duncan@mysociety.org> | 2014-08-27 00:39:07 +0100 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-08-26 20:48:12 -0400 |
| commit | 905c4fdcc301cf7840202dcacd95b9265d57160b (patch) | |
| tree | 7c9d51958914ef766ccc424d94156de2a1173bfa /docs | |
| parent | 00f8b4dfae1bd4b604c41776f5aabf1b46345722 (diff) | |
Fixed clone URL of Django git repository.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/internals/contributing/writing-code/unit-tests.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/internals/contributing/writing-code/unit-tests.txt b/docs/internals/contributing/writing-code/unit-tests.txt index 3d0df101bd..c07178204b 100644 --- a/docs/internals/contributing/writing-code/unit-tests.txt +++ b/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 |
