From b306e80e00d71196913228cc96cecb717d5357a1 Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Sun, 28 Apr 2024 08:03:01 -0400 Subject: [PATCH] doc: fix duplicate lable data_structures Fix duplication of label. Signed-off-by: Anas Nashif --- doc/develop/optimizations/tools.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/develop/optimizations/tools.rst b/doc/develop/optimizations/tools.rst index 79f8f986f8f..f8922092509 100644 --- a/doc/develop/optimizations/tools.rst +++ b/doc/develop/optimizations/tools.rst @@ -4,7 +4,7 @@ Optimization Tools ################## The available optimization tools let you analyse :ref:`footprint_tools` -and :ref:`data_structures` using different build system targets. +and :ref:`data_structure_tools` using different build system targets. .. _footprint_tools: @@ -195,7 +195,7 @@ To view worst-case stack usage analysis, build this with the :gen-args: -DCONFIG_STACK_USAGE=y -.. _data_structures: +.. _data_structure_tools: Data Structures ****************