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:50:34 -0400 |
| commit | c13a4c95c1db4c80c84b764888293c408275b384 (patch) | |
| tree | 50f6d91c14585a74e6c1440238d547470a7699c9 /docs | |
| parent | 403cc55f236d0877592f194ad34d6c1b5f0321ea (diff) | |
[1.7.x] Fixed clone URL of Django git repository.
Backport of 905c4fdcc3 from master
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 |
