Quellcode durchsuchen

Fixed clone URL of Django git repository.

Duncan Parkes vor 10 Jahren
Ursprung
Commit
905c4fdcc3
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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