summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bitbake/doc/bitbake-user-manual/bitbake-user-manual-fetching.rst4
-rw-r--r--bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.rst2
2 files changed, 3 insertions, 3 deletions
diff --git a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-fetching.rst b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-fetching.rst
index 9c269ca837..f715dee526 100644
--- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-fetching.rst
+++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-fetching.rst
@@ -740,7 +740,7 @@ Here is an example URL with both fetchers::
740 " 740 "
741 741
742See :yocto_docs:`Creating Node Package Manager (NPM) Packages 742See :yocto_docs:`Creating Node Package Manager (NPM) Packages
743</dev-manual/common-tasks.html#creating-node-package-manager-npm-packages>` 743</dev-manual/packages.html#creating-node-package-manager-npm-packages>`
744in the Yocto Project manual for details about using 744in the Yocto Project manual for details about using
745:yocto_docs:`devtool <https://docs.yoctoproject.org/ref-manual/devtool-reference.html>` 745:yocto_docs:`devtool <https://docs.yoctoproject.org/ref-manual/devtool-reference.html>`
746to automatically create a recipe from an NPM URL. 746to automatically create a recipe from an NPM URL.
@@ -777,7 +777,7 @@ the package which has such dependencies, for example::
777Such a file can automatically be generated using 777Such a file can automatically be generated using
778:yocto_docs:`devtool <https://docs.yoctoproject.org/ref-manual/devtool-reference.html>` 778:yocto_docs:`devtool <https://docs.yoctoproject.org/ref-manual/devtool-reference.html>`
779as described in the :yocto_docs:`Creating Node Package Manager (NPM) Packages 779as described in the :yocto_docs:`Creating Node Package Manager (NPM) Packages
780</dev-manual/common-tasks.html#creating-node-package-manager-npm-packages>` 780</dev-manual/packages.html#creating-node-package-manager-npm-packages>`
781section of the Yocto Project. 781section of the Yocto Project.
782 782
783Other Fetchers 783Other Fetchers
diff --git a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.rst b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.rst
index b7c3d8091f..b839e669cf 100644
--- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.rst
+++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.rst
@@ -1935,7 +1935,7 @@ Testing and Debugging BitBake Python code
1935The OpenEmbedded build system implements a convenient ``pydevshell`` target which 1935The OpenEmbedded build system implements a convenient ``pydevshell`` target which
1936you can use to access the BitBake datastore and experiment with your own Python 1936you can use to access the BitBake datastore and experiment with your own Python
1937code. See :yocto_docs:`Using a Python Development Shell 1937code. See :yocto_docs:`Using a Python Development Shell
1938</dev-manual/common-tasks.html#using-a-python-development-shell>` in the Yocto 1938</dev-manual/python-development-shell.html#using-a-python-development-shell>` in the Yocto
1939Project manual for details. 1939Project manual for details.
1940 1940
1941Task Checksums and Setscene 1941Task Checksums and Setscene