diff --git a/docs/gettingstarted.rst b/docs/gettingstarted.rst
index 4603829fb4470cd932720562b1f553b8f0cb8450..d4d9f87febe3ed3de6857bd2de9833060ed17414 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 e4cba6ab9523d0a5eead87c6863e00b737a909e1..2aa69cb90a36d897b12f483add4e39d6dfb4cceb 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: