summaryrefslogtreecommitdiff
path: root/docs/en
diff options
context:
space:
mode:
Diffstat (limited to 'docs/en')
-rw-r--r--docs/en/install.rst2
-rw-r--r--docs/en/upgrade.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/en/install.rst b/docs/en/install.rst
index 0516c90..1bb5771 100644
--- a/docs/en/install.rst
+++ b/docs/en/install.rst
@@ -146,7 +146,7 @@ A default project can be found on `Gitorious
it and start a new project with it (or get another project based on Chimère)::
cd $INSTALL_PATH/chimere
- 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
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