diff --git a/docs/demo.rst b/docs/demo.rst index 0482ffe..70659b8 100644 --- a/docs/demo.rst +++ b/docs/demo.rst @@ -6,7 +6,7 @@ To run demo project (ideally in virtualenv): .. code-block:: python cd /tmp - git clone git@github.com:Tivix/django-rest-auth.git + git clone https://github.com/Tivix/django-rest-auth.git cd django-rest-auth/demo/ pip install -r requirements.pip python manage.py syncdb --settings=demo.settings --noinput