summaryrefslogtreecommitdiff
path: root/docs/en/upgrade.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/en/upgrade.rst')
-rw-r--r--docs/en/upgrade.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/en/upgrade.rst b/docs/en/upgrade.rst
index 193e62c..d0eaa4c 100644
--- a/docs/en/upgrade.rst
+++ b/docs/en/upgrade.rst
@@ -153,7 +153,7 @@ it and start a new project with it (or get another project based on Chimère)::
.. code-block:: bash
cd $CHIMERE_PATH
- git clone git@gitorious.org:chimere-example-project/chimere-example-project.git
+ git clone git://gitorious.org/chimere-example-project/chimere-example-project.git
django-admin startproject --template=chimere-example-project mychimere_project
rm -rf chimere-example-project