diff --git a/README.md b/README.md
index 7d16c7aac09744ab3efdce1ae29d497fdf7d83aa..52168bff3926eb4e3604c4f569869257e3230066 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@
 Clone the repository:
 
     cd /srv
-    git clone https://code.eliotberriot.com/funkwhale/demo.git funkwhale-demo
+    git clone https://dev.funkwhale.audio/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 d99584a8a70b3840702d156c76f3dda61d154bd6..fb8395b086e1bc2f23e5c433227691e8fadb01d5 100755
--- a/setup-demo.sh
+++ b/setup-demo.sh
@@ -3,8 +3,8 @@
 API_BRANCH="develop"
 FRONT_BRANCH="master"
 echo "Initializing repositories..."
-git clone https://code.eliotberriot.com/funkwhale/api.git api
-git clone https://code.eliotberriot.com/funkwhale/front.git front
+git clone https://dev.funkwhale.audio/funkwhale/api.git api
+git clone https://dev.funkwhale.audio/funkwhale/front.git front
 
 echo "Updating repositories..."
 git -C api checkout $API_BRANCH