summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarya Belanger <marya@openrobotics.org>2020-01-03 07:53:31 +0100
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2020-01-03 07:54:25 +0100
commitd975415852749814e781425b595c9463c4391c19 (patch)
tree4475dbae89235de26847f470339d7ff45e0a02ec
parent09b4224e11af45af55d4948f5240067c788669d6 (diff)
[3.0.x] Fixed typo in docs/index.txt.
First steps section is no longer below tutorials overview. Backport of 03f6159407600de8b98992e675c45bffde9fca5b from master
-rw-r--r--docs/index.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.txt b/docs/index.txt
index 13d93f78c1..3b33478f14 100644
--- a/docs/index.txt
+++ b/docs/index.txt
@@ -58,7 +58,7 @@ will help you know where to look for certain things:
* :doc:`Tutorials </intro/index>` take you by the hand through a series of
steps to create a Web application. Start here if you're new to Django or Web
- application development. Also look at the ":ref:`index-first-steps`" below.
+ application development. Also look at the ":ref:`index-first-steps`".
* :doc:`Topic guides </topics/index>` discuss key topics and concepts at a
fairly high level and provide useful background information and explanation.