From 84115cc7c654d0e6a1c9870131b229c02faea718 Mon Sep 17 00:00:00 2001 From: Michael Banther Date: Wed, 11 Dec 2024 16:03:09 +0000 Subject: [PATCH] Replace references that cannot be reached in PDF wit bold text --- .../tutorials/building_rtos_applications.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/programming_guide/tutorials/building_rtos_applications.rst b/doc/programming_guide/tutorials/building_rtos_applications.rst index 925f3129..d07a935e 100644 --- a/doc/programming_guide/tutorials/building_rtos_applications.rst +++ b/doc/programming_guide/tutorials/building_rtos_applications.rst @@ -6,6 +6,6 @@ Applications using the RTOS Framework are built using `CMake`. The RTOS framework provides many libraries, drivers and software services, all of which can be included by the application's ``CMakeLists.txt`` file. The application's CMakeLists can specify precisely which drivers and software services within the SDK should be included through the use of various `CMake` target aliases. -See the :ref:`Build System Guide ` for more information on the build system. +See the **Build System Guide** for more information on the build system. -See the :ref:`Build System Guide - Targets ` for more information on the build system target aliases. +See the **Build System Guide - Targets** for more information on the build system target aliases.