From 6d167f9d2a5127a99d861381e2f04d649fe79df0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Bergstr=C3=B6m?= <david.bergstrom@liu.se> Date: Wed, 28 Aug 2019 14:41:37 +0200 Subject: [PATCH] Correct URL to PyCommandCenter's page on Pycharm --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a8b2e0f..557a447 100644 --- a/README.md +++ b/README.md @@ -13,4 +13,4 @@ This repository contains a passive CommandCenterPy-based bot for StarCraft II. I 5. In order to run the code, right click the file named "main.py" in the project panel to the right, and select "Debug main". This will run the code in "main.py", and consequently start StarCraft II. You can also edit the code in "main.py" by double-clicking "main.py". -[PyCommandCenter's page on PyCharm]: https://gitlab.liu.se/course-starcraft-ai/pycommandcenter/blob/master/pycharm.md +[PyCommandCenter's page on PyCharm]: https://gitlab.liu.se/starcraft-ai-course/pycommandcenter/blob/master/pycharm.md -- GitLab