From 49ec688485b6967b496a2d5947a97456c2360b4a Mon Sep 17 00:00:00 2001
From: magicfelix <felix@felix-zauberer.de>
Date: Wed, 17 Mar 2021 17:51:40 +0100
Subject: [PATCH] Update repository url in dev documentation

---
 docs/dev/01_setup.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/dev/01_setup.rst b/docs/dev/01_setup.rst
index 122a9baa1..164439d2b 100644
--- a/docs/dev/01_setup.rst
+++ b/docs/dev/01_setup.rst
@@ -17,7 +17,7 @@ Get the source tree
 To download AlekSIS and all officially bundled apps in their
 development version, use Git like so::
 
-  git clone --recurse-submodules https://edugit.org/AlekSIS/AlekSIS
+  git clone --recurse-submodules https://edugit.org/AlekSIS/AlekSIS-Core
 
 If you do not want to download the bundled apps, leave out the
 ``--recurse-submodules`` option.
-- 
GitLab