Skip to content

Commit

Permalink
doc: Fix broken links in getting_started
Browse files Browse the repository at this point in the history
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 <sebastian.boe@nordicsemi.no>
  • Loading branch information
SebastianBoe authored and Anas Nashif committed Jan 8, 2018
1 parent af00e22 commit cedfa9b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/getting_started/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <third_party_x_compilers>` for
installing a cross compiler.
be installed. See `Using Custom and 3rd Party Cross Compilers`_ for
details.

.. _third_party_x_compilers:

Expand All @@ -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 <sdkless_builds>` 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
Expand Down

0 comments on commit cedfa9b

Please sign in to comment.