From aeaa06d42b71672eee167bf766da78e61c3ee7b8 Mon Sep 17 00:00:00 2001
From: Agate <1-agate@users.noreply.dev.funkwhale.audio>
Date: Sat, 25 Jun 2022 15:20:49 +0000
Subject: [PATCH] Fixed outdated references

---
 README.md     | 2 +-
 setup-demo.sh | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 7d16c7a..52168bf 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 d99584a..fb8395b 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
-- 
GitLab