From 89368bf63a63c553331abee65ff7693d6b9b56be Mon Sep 17 00:00:00 2001 From: Inaky Perez-Gonzalez Date: Mon, 13 Jun 2016 14:15:29 -0700 Subject: [PATCH] doc/getting_started: replace missing TOC entry with link A warning was generated for the TOC entry "About Zephyr", which was missing; replaced with a link to said section (to reduce clutter in the document). Change-Id: I1f879bc21bad8ec857781208ad9e31079015292a Signed-off-by: Inaky Perez-Gonzalez --- doc/getting_started/getting_started.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/getting_started/getting_started.rst b/doc/getting_started/getting_started.rst index e94ca67abca..1dab283f7e8 100644 --- a/doc/getting_started/getting_started.rst +++ b/doc/getting_started/getting_started.rst @@ -3,7 +3,8 @@ Getting Started Guide ##################### -Use this guide to get started with your Zephyr development. +Use this guide to get started with your :ref:`Zephyr ` +development. Set Up the Development Environment ********************************** @@ -19,7 +20,6 @@ Use the following procedures to create a new development environment. .. toctree:: :maxdepth: 1 - about_zephyr.rst installation_linux.rst installation_mac.rst installation_win.rst