summaryrefslogtreecommitdiffstats
path: root/develenv/directory.rst
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2016-10-27 18:35:41 -0500
committerJoel Sherrill <joel@rtems.org>2016-10-27 18:35:41 -0500
commitc2cefaa3ff6ec03dc041be625beb6f4aa459840d (patch)
treea51c0e805c61bec7d97e1720b8e4ec193316978b /develenv/directory.rst
parentdevelenv: Fix build errors (diff)
downloadrtems-docs-c2cefaa3ff6ec03dc041be625beb6f4aa459840d.tar.bz2
develenv: Fix build errors for real
Diffstat (limited to 'develenv/directory.rst')
-rw-r--r--develenv/directory.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/develenv/directory.rst b/develenv/directory.rst
index fc1c8f7..33a64cd 100644
--- a/develenv/directory.rst
+++ b/develenv/directory.rst
@@ -126,7 +126,7 @@ the RTEMS source tree. The top of the tree will be referenced as
based upon whether they are used in the process of building RTEMS and
applications, are CPU specific, or are used to assist in updating the RTEMS
source tree and applications. The support utilities used in the process of
- building RTEMS are described in :ref:`RTEMS Specific Utilities`.
+ building RTEMS are described in :ref:`rtems-specific-utilities`.
These are the only components of this subtree that will be discussed
in this document.
@@ -411,7 +411,7 @@ included with the RTEMS and the directory in which they may be located:
This directory provides sample application tests which aid in the testing a
newly built RTEMS environment, a new BSP, or as starting points for the
development of an application using the RTEMS executive. They are
- discussed in `Sample Applications`_.
+ discussed in ::ref::`Sample Applications`.
``${RTEMS_ROOT}/testsuites/sptests/``
This directory contains the test suite for the RTEMS Classic API when