From 55729b2846b7d2c2d0c2e61fcc82237ab62b9c65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Bergstr=C3=B6m?= <david.bergstrom@liu.se> Date: Tue, 20 Aug 2019 15:11:45 +0200 Subject: [PATCH] Refer to template library on LiU's gitlab rather than IDA's --- docs/gettingstarted.rst | 2 +- docs/helpers.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/gettingstarted.rst b/docs/gettingstarted.rst index 5af4fa8..4d89974 100644 --- a/docs/gettingstarted.rst +++ b/docs/gettingstarted.rst @@ -10,7 +10,7 @@ your own bot. An entire AI template project is available here_, it contains the code below and more. -.. _here: https://gitlab.ida.liu.se/course-starcraft-ai/sc2-python-bot +.. _here: https://gitlab.liu.se/starcraft-ai-course/sc2-python-bot .. code-block:: python diff --git a/docs/helpers.rst b/docs/helpers.rst index 6f2cc8e..61065d3 100644 --- a/docs/helpers.rst +++ b/docs/helpers.rst @@ -91,7 +91,7 @@ TechTree information is wanted. .. _here: https://github.com/noorus/sc2-gamedata -.. _`template repository`: https://gitlab.ida.liu.se/course-starcraft-ai/sc2-python-bot +.. _`template repository`: https://gitlab.liu.se/starcraft-ai-course/sc2-python-bot TypeData ~~~~~~~~ -- GitLab