From 66b353cc3de003642b3c4c97a6cc87812a0993d2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?David=20Bergstr=C3=B6m?= <davbe125@student.liu.se>
Date: Tue, 14 Aug 2018 09:18:56 +0200
Subject: [PATCH] Fix a few issues with the rst files

---
 docs/gettingstarted.rst | 1 +
 docs/perception.rst     | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/docs/gettingstarted.rst b/docs/gettingstarted.rst
index 4603829fb..d4d9f87fe 100644
--- a/docs/gettingstarted.rst
+++ b/docs/gettingstarted.rst
@@ -13,6 +13,7 @@ and more.
 .. _here: https://gitlab.ida.liu.se/starcraft-api/sc2-python-bot
 
 .. code-block:: python
+
    import os
 
    from library import *
diff --git a/docs/perception.rst b/docs/perception.rst
index e4cba6ab9..2aa69cb90 100644
--- a/docs/perception.rst
+++ b/docs/perception.rst
@@ -6,7 +6,7 @@ state and the input from Starcraft. All these classes are taken more or less
 directly from the original `CommandCenter`_, but we have left all
 decision-making to the user of the API.
 
--.. _CommandCenter: https://github.com/davechurchill/commandcenter
+.. _CommandCenter: https://github.com/davechurchill/commandcenter
 
 Here is a full list of all managers:
 
-- 
GitLab