Skip to content

Commit b23f43c

Browse files
kartbennashif
authored andcommitted
doc: generation: fix link to zephyr.tag
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é <[email protected]>
1 parent 3e0b068 commit b23f43c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/contribute/documentation/generation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ Linking external Doxygen projects against Zephyr
290290

291291
External projects that build upon Zephyr functionality and wish to refer to
292292
Zephyr documentation in Doxygen (through the use of @ref), can utilize the
293-
tag file exported at `zephyr.tag </doxygen/html/zephyr.tag>`_
293+
tag file exported at `zephyr.tag <../../doxygen/html/zephyr.tag>`_
294294

295295
Once downloaded, the tag file can be used in a custom ``doxyfile.in`` as follows::
296296

0 commit comments

Comments
 (0)