From cedfa9b4ab5bee38f520b1fa29b406d351d74767 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20B=C3=B8e?= Date: Mon, 8 Jan 2018 13:25:45 +0100 Subject: [PATCH] doc: Fix broken links in getting_started MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fix broken links in getting_started. We now use "Implicit Hyperlink Targets" instead of :ref:. I don't know why :ref: wasn't working. Signed-off-by: Sebastian Bøe --- doc/getting_started/getting_started.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/getting_started/getting_started.rst b/doc/getting_started/getting_started.rst index 5ed512b80a2..5e058c264ff 100644 --- a/doc/getting_started/getting_started.rst +++ b/doc/getting_started/getting_started.rst @@ -166,8 +166,8 @@ must be installed. You only need to do this once after cloning the git repository. Now that the host tools are installed, a 3rd party cross compiler must -be installed. See :ref:`below ` for -installing a cross compiler. +be installed. See `Using Custom and 3rd Party Cross Compilers`_ for +details. .. _third_party_x_compilers: @@ -176,8 +176,8 @@ Using Custom and 3rd Party Cross Compilers To use a 3rd party cross compiler that is not provided by the Zephyr SDK, follow the steps below. It is possible to use a 3rd party cross -compiler and still use the Zephyr SDK's host tools. See :ref:`the -section above ` for details. +compiler and still use the Zephyr SDK's host tools. See `Building +without the Zephyr SDK`_ for details. #. We will use the `GCC ARM Embedded`_ compiler for this example, download the package suitable for your operating system from the `GCC ARM Embedded`_ website