summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/mailman/docs/WebUIin5.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mailman/docs/WebUIin5.rst b/src/mailman/docs/WebUIin5.rst
index e2109388e..70716e6a7 100644
--- a/src/mailman/docs/WebUIin5.rst
+++ b/src/mailman/docs/WebUIin5.rst
@@ -76,8 +76,7 @@ Start the development server
Postorius is a Django app which can be used with any Django project. We have
a project already developed which you can set up like this::
- $(py2) git clone git@github.com:mailman/postorius_standalone.git
- $(py2) cd postorius_standalone
+ $(py2) cd example_project
$(py2) python manage.py migrate
$(py2) python manage.py runserver