From 7cfeccee922f8cbab68ef8e5c0016074ec99246f Mon Sep 17 00:00:00 2001 From: simbit18 <101105604+simbit18@users.noreply.github.com> Date: Tue, 21 Feb 2023 16:29:55 +0100 Subject: [PATCH] Doc organization.rst update tip incorrect permalink --- Documentation/quickstart/organization.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/quickstart/organization.rst b/Documentation/quickstart/organization.rst index 40844e7b06e..8b0c2a1b54b 100644 --- a/Documentation/quickstart/organization.rst +++ b/Documentation/quickstart/organization.rst @@ -27,7 +27,7 @@ specified by several settings in the NuttX configuration file. - *Processor architecture specific files*. These are the files contained in the ``arch/``\ **\ ``/`` directory and are discussed in a paragraph - `below <#archdirectorystructure>`__. As an example, all ARM + `below <#arch-subdirectory-structure>`__. As an example, all ARM processor architectures are provided under the ``arch/arm/`` directory which is selected with the ``CONFIG_ARCH="arm"`` configuration option. @@ -66,7 +66,7 @@ specified by several settings in the NuttX configuration file. These board-specific configuration files can be found in the ``boards/``\ **\ ``/``\ **\ ``/``\ **\ ``/`` sub-directories and are discussed in a paragraph - `below <#boardsdirectorystructure>`__. + `below <#boards-subdirectory-structure>`__. The directory ``boards/arm/stm32/stm32f4disovery/``, as an example, holds board-specific logic for the STM32F4 Discovery