From d1893749dcea78439de91988021300ec3b6e4f80 Mon Sep 17 00:00:00 2001 From: Yehuda Garti Date: Sat, 9 Oct 2021 10:22:59 +0300 Subject: [PATCH] Fixed broken links in "Get Started" section --- doc/get_started.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/get_started.rst b/doc/get_started.rst index 0294daf757..aecd5854cb 100644 --- a/doc/get_started.rst +++ b/doc/get_started.rst @@ -44,10 +44,10 @@ Arcade Skill Tree * Sprites - Almost everything in Arcade is done with the :class:`arcade.Sprite` class. - * `Basic Sprites and Collisions `_ - * `Individually place sprites `_ - * `Place sprites with a loop `_ - * `Place sprites with a list `_ + * `Basic Sprites and Collisions `_ + * `Individually place sprites `_ + * `Place sprites with a loop `_ + * `Place sprites with a list `_ * Moving player sprites @@ -170,4 +170,4 @@ Arcade Skill Tree * Bloom/glow effect - :ref:`bloom_defender` * Writing your own shader - *Supported, but documentation needed.* -* :ref:`Logging` \ No newline at end of file +* :ref:`Logging`