From b21722f8040d7f1c76e86e78e4da4197868fe212 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?David=20Bergstr=C3=B6m?= <davbe125@student.liu.se>
Date: Tue, 14 Aug 2018 13:40:25 +0200
Subject: [PATCH] Update git repository URLs

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

diff --git a/README.md b/README.md
index 15a73c618..dbcfafa52 100644
--- a/README.md
+++ b/README.md
@@ -66,8 +66,9 @@ 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/davbe125/s2-python-api.git`
+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`
 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
@@ -87,8 +88,9 @@ 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/davbe125/s2-python-api.git`
+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`
 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