diff --git a/src/postorius/doc/setup.rst b/src/postorius/doc/setup.rst
index 8276bcb..a628441 100644
--- a/src/postorius/doc/setup.rst
+++ b/src/postorius/doc/setup.rst
@@ -42,7 +42,7 @@
 
 ::
 
-    $ git clone git@gitlab.com:mailman/postorius.git
+    $ git clone https://gitlab.com/mailman/postorius.git
     $ cd postorius
     $ sudo python setup.py develop
 
@@ -57,7 +57,7 @@
 
 ::
 
-    $ git clone git@gitlab.com:mailman/postorius_standalone.git
+    $ git clone https://gitlab.com/mailman/postorius_standalone.git
 
 Change the database setting in ``postorius_standalone/settings.py`` to
 your preferred database, if you want something other than SQlite.