diff mbox series

[kirkstone] dev-manual: fix reference to BitBake user manual

Message ID 20221006122615.439381-1-michael.opdenacker@bootlin.com
State New
Headers show
Series [kirkstone] dev-manual: fix reference to BitBake user manual | expand

Commit Message

Michael Opdenacker Oct. 6, 2022, 12:26 p.m. UTC
From: Michael Opdenacker <michael.opdenacker@bootlin.com>

Fix a wrong reference no longer tolerated by Sphinx 5.x
(missing "bitbake:" prefix)

Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
---
 documentation/dev-manual/common-tasks.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/documentation/dev-manual/common-tasks.rst b/documentation/dev-manual/common-tasks.rst
index b228c75aab..fbe8a29896 100644
--- a/documentation/dev-manual/common-tasks.rst
+++ b/documentation/dev-manual/common-tasks.rst
@@ -2562,7 +2562,7 @@  Recipe Syntax
 Understanding recipe file syntax is important for writing recipes. The
 following list overviews the basic items that make up a BitBake recipe
 file. For more complete BitBake syntax descriptions, see the
-":doc:`bitbake-user-manual/bitbake-user-manual-metadata`"
+":doc:`bitbake:bitbake-user-manual/bitbake-user-manual-metadata`"
 chapter of the BitBake User Manual.
 
 -  *Variable Assignments and Manipulations:* Variable assignments allow