From 87a8e5865a48ce30b3a3bbecaadefbbd4869d9ba Mon Sep 17 00:00:00 2001 From: Mateusz Sikora Date: Thu, 16 Oct 2014 15:57:30 +0200 Subject: [PATCH] update demo doc --- docs/demo.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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