From 9e7d039cad5a70204054a4f467927790193f4eb3 Mon Sep 17 00:00:00 2001
From: david <voffffla@gmail.com>
Date: Thu, 30 May 2024 20:56:06 +0200
Subject: [PATCH] Docs updated 5 year old url

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 568d479bb..2fbb429fa 100644
--- a/README.md
+++ b/README.md
@@ -72,7 +72,7 @@ If you ever want to make any changes to the library, e.g. adding new features or
 
 Now, you are ready to build the python library:
 
-1. Open up a terminal, download the source code using the command: `git clone --recurse-submodules https://gitlab.liu.se/course-starcraft-ai/pycommandcenter.git`
+1. Open up a terminal, download the source code using the command: `git clone --recurse-submodules https://gitlab.liu.se/starcraft-ai-course/pycommandcenter.git`
 2. Next, open the repository in your file viewer and run the batch script 
    called `create-visual-studio-solution.bat` in order to use cmake to create
    a Visual studio solution
@@ -92,7 +92,7 @@ Now, you are ready to build the python library:
 Same dependencies applies as for Windows, although you don't need Visual
 Studio.
 
-1. Open up a terminal, download the source code using the command: `git clone --recurse-submodules https://gitlab.liu.se/course-starcraft-ai/pycommandcenter.git`
+1. Open up a terminal, download the source code using the command: `git clone --recurse-submodules https://gitlab.liu.se/starcraft-ai-course/pycommandcenter.git`
 2. Next, enter the directory and run the command `mkdir build` followed by `cd
    build` and `cmake ..` in order to create the makefiles needed for building the
    library.
-- 
GitLab