From b23f43c096c72ad6ec004226ce9b2159707f1f41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Cab=C3=A9?= Date: Wed, 4 Sep 2024 19:44:14 +0200 Subject: [PATCH] doc: generation: fix link to zephyr.tag MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This link probably never worked. This commit fixes the relative URL to properly point to where Doxygen docs live. Fixes #78016. Signed-off-by: Benjamin Cabé --- doc/contribute/documentation/generation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/contribute/documentation/generation.rst b/doc/contribute/documentation/generation.rst index 69b12bd7ed6..79f777204c3 100644 --- a/doc/contribute/documentation/generation.rst +++ b/doc/contribute/documentation/generation.rst @@ -290,7 +290,7 @@ Linking external Doxygen projects against Zephyr External projects that build upon Zephyr functionality and wish to refer to Zephyr documentation in Doxygen (through the use of @ref), can utilize the -tag file exported at `zephyr.tag `_ +tag file exported at `zephyr.tag <../../doxygen/html/zephyr.tag>`_ Once downloaded, the tag file can be used in a custom ``doxyfile.in`` as follows::