Doc organization.rst

update tip incorrect permalink
This commit is contained in:
simbit18 2023-02-21 16:29:55 +01:00 committed by Xiang Xiao
parent 1d41182755
commit 7cfeccee92

View File

@ -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/``\ *<arch-name>*\ ``/`` 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/``\ *<arch-name>*\ ``/``\ *<chip-name>*\ ``/``\ *<board-name>*\ ``/``
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