diff --git a/README.md b/README.md
index 7e6f18a31980c5cff2d7e0df75bb3a1d53a4145b..0dfcf54ed2fd22b54d3fe02d1d66ac24cd97db09 100644
--- a/README.md
+++ b/README.md
@@ -68,10 +68,10 @@ First you need to make sure you got all the build dependencies:
 
 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.ida.liu.se/starcraft-api/pycommandcenter.git`
+1. Open up a terminal, download the source code using the command: `git clone --recurse-submodules https://gitlab.ida.liu.se/course-starcraft-ai/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
+   called `create-visual-studio-solution.bat` in order to use cmake to create
+   a Visual studio solution
 3. Open the Visual Studio solution located in the newly created directory 
    `build/`
 4. The project called `library` should be selected as the default StartUp 
@@ -88,7 +88,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.ida.liu.se/starcraft-api/pycommandcenter.git`
+1. Open up a terminal, download the source code using the command: `git clone --recurse-submodules https://gitlab.ida.liu.se/course-starcraft-ai/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.