summaryrefslogtreecommitdiffstats
path: root/c_user/overview.rst
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2016-10-28 05:56:02 -0700
committerChris Johns <chrisj@rtems.org>2016-10-28 05:56:02 -0700
commit9aafb39c8845e254209476b9f0ce642aec12d9ae (patch)
treef49dd62c1c6c93653a6b384c5ce9e135b2f4885c /c_user/overview.rst
parentUpdate the file list to the 4.11 directory structure. (diff)
downloadrtems-docs-9aafb39c8845e254209476b9f0ce642aec12d9ae.tar.bz2
c_user: Remove errors and warnings.
Diffstat (limited to 'c_user/overview.rst')
-rw-r--r--c_user/overview.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/c_user/overview.rst b/c_user/overview.rst
index 586dd31..273e5ed 100644
--- a/c_user/overview.rst
+++ b/c_user/overview.rst
@@ -231,7 +231,7 @@ dependent.
RTEMS requires RAM to manage each instance of an RTEMS object that is created.
Thus the more RTEMS objects an application needs, the more memory that must be
-reserved. See Configuring a System_.
+reserved. See :ref:`Configuring a System`.
RTEMS utilizes memory for both code and data space. Although RTEMS' data space
must be in RAM, its code space can be located in either ROM or RAM.