diff mbox series

bitbake-user-manual: update references to Yocto Project manual

Message ID 20221202173836.352854-1-michael.opdenacker@bootlin.com
State New
Headers show
Series bitbake-user-manual: update references to Yocto Project manual | expand

Commit Message

Michael Opdenacker Dec. 2, 2022, 5:38 p.m. UTC
From: Michael Opdenacker <michael.opdenacker@bootlin.com>

Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
---

Please note that this update will work only when the next release is made, linking to
https://docs.yoctoproject.org/dev-manual/python-development-shell.html#using-a-python-development-shell

Currently, the above link doesn't exist yet; it currently exists only in the "dev" docs:
https://docs.yoctoproject.org/dev/dev-manual/python-development-shell.html#using-a-python-development-shell

It would be nice for the "dev" version of the BitBake manual
to point to the "dev" version of the Yocto manual, but
that's limited to specific needs like this one, so I'm not sure
that's worth implementing a change.
---
 doc/bitbake-user-manual/bitbake-user-manual-fetching.rst | 4 ++--
 doc/bitbake-user-manual/bitbake-user-manual-metadata.rst | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)
diff mbox series

Patch

diff --git a/doc/bitbake-user-manual/bitbake-user-manual-fetching.rst b/doc/bitbake-user-manual/bitbake-user-manual-fetching.rst
index 9c269ca8..f715dee5 100644
--- a/doc/bitbake-user-manual/bitbake-user-manual-fetching.rst
+++ b/doc/bitbake-user-manual/bitbake-user-manual-fetching.rst
@@ -740,7 +740,7 @@  Here is an example URL with both fetchers::
        "
 
 See :yocto_docs:`Creating Node Package Manager (NPM) Packages
-</dev-manual/common-tasks.html#creating-node-package-manager-npm-packages>`
+</dev-manual/packages.html#creating-node-package-manager-npm-packages>`
 in the Yocto Project manual for details about using
 :yocto_docs:`devtool <https://docs.yoctoproject.org/ref-manual/devtool-reference.html>`
 to automatically create a recipe from an NPM URL.
@@ -777,7 +777,7 @@  the package which has such dependencies, for example::
 Such a file can automatically be generated using
 :yocto_docs:`devtool <https://docs.yoctoproject.org/ref-manual/devtool-reference.html>`
 as described in the :yocto_docs:`Creating Node Package Manager (NPM) Packages
-</dev-manual/common-tasks.html#creating-node-package-manager-npm-packages>`
+</dev-manual/packages.html#creating-node-package-manager-npm-packages>`
 section of the Yocto Project.
 
 Other Fetchers
diff --git a/doc/bitbake-user-manual/bitbake-user-manual-metadata.rst b/doc/bitbake-user-manual/bitbake-user-manual-metadata.rst
index b7c3d809..b839e669 100644
--- a/doc/bitbake-user-manual/bitbake-user-manual-metadata.rst
+++ b/doc/bitbake-user-manual/bitbake-user-manual-metadata.rst
@@ -1935,7 +1935,7 @@  Testing and Debugging BitBake Python code
 The OpenEmbedded build system implements a convenient ``pydevshell`` target which
 you can use to access the BitBake datastore and experiment with your own Python
 code. See :yocto_docs:`Using a Python Development Shell
-</dev-manual/common-tasks.html#using-a-python-development-shell>` in the Yocto
+</dev-manual/python-development-shell.html#using-a-python-development-shell>` in the Yocto
 Project manual for details.
 
 Task Checksums and Setscene