diff --git a/README.md b/README.md
index 60555a608d00b241c32c9de6aa3e514853ed2a08..7d16c7aac09744ab3efdce1ae29d497fdf7d83aa 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@
 Clone the repository:
 
     cd /srv
-    git clone ssh://git@code.eliotberriot.com:2222/funkwhale/demo.git funkwhale-demo
+    git clone https://code.eliotberriot.com/funkwhale/demo.git funkwhale-demo
     cd funkwhale-demo
 
 Download demo tracks (courtesy of Jamendo):
diff --git a/setup-demo.sh b/setup-demo.sh
index 9fded532573302185dcc59da244fb53084e55085..d99584a8a70b3840702d156c76f3dda61d154bd6 100755
--- a/setup-demo.sh
+++ b/setup-demo.sh
@@ -3,8 +3,8 @@
 API_BRANCH="develop"
 FRONT_BRANCH="master"
 echo "Initializing repositories..."
-git clone ssh://git@code.eliotberriot.com:2222/funkwhale/api.git api
-git clone ssh://git@code.eliotberriot.com:2222/funkwhale/front.git front
+git clone https://code.eliotberriot.com/funkwhale/api.git api
+git clone https://code.eliotberriot.com/funkwhale/front.git front
 
 echo "Updating repositories..."
 git -C api checkout $API_BRANCH