From 06b2f3e200dc103706fc6913bb6dfc0c7156b6c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Bergstr=C3=B6m?= <davbe125@student.liu.se> Date: Fri, 31 Aug 2018 10:08:52 +0200 Subject: [PATCH] Fix broken links --- docs/gettingstarted.rst | 2 +- docs/perception.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/gettingstarted.rst b/docs/gettingstarted.rst index d4d9f87fe..85dd1af9a 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/starcraft-api/sc2-python-bot +.. _here: https://gitlab.ida.liu.se/course-starcraft-ai/sc2-python-bot .. code-block:: python diff --git a/docs/perception.rst b/docs/perception.rst index ff338d339..7418c997f 100644 --- a/docs/perception.rst +++ b/docs/perception.rst @@ -77,7 +77,7 @@ TechTree information is wanted. .. _here: https://github.com/noorus/sc2-gamedata -.. _`template repository`: https://gitlab.ida.liu.se/starcraft-api/sc2-python-bot +.. _`template repository`: https://gitlab.ida.liu.se/course-starcraft-ai/sc2-python-bot TypeData ~~~~~~~~ -- GitLab