summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2022-10-27 11:14:19 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-10-28 15:48:03 +0100
commit4def515eebca300c7ac15c86caef34342dd9ed3d (patch)
tree39b9195513c09ea4bb3763374d20cadf6f2caefa /documentation/dev-manual
parentbb3fc03ef167a005cdf1192df60ac2fb1cbc5ae3 (diff)
downloadpoky-4def515eebca300c7ac15c86caef34342dd9ed3d.tar.gz
manuals: replace "_" by "__" in external links
(From yocto-docs rev: 25142cd8121fdd6a8e0524fc8417fc666c498981) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual')
-rw-r--r--documentation/dev-manual/common-tasks.rst5
1 files changed, 2 insertions, 3 deletions
diff --git a/documentation/dev-manual/common-tasks.rst b/documentation/dev-manual/common-tasks.rst
index 25d7edbc29..eb1f917012 100644
--- a/documentation/dev-manual/common-tasks.rst
+++ b/documentation/dev-manual/common-tasks.rst
@@ -7554,9 +7554,8 @@ NPM packages:
7554- Of the two methods that you can use ``devtool`` to create NPM 7554- Of the two methods that you can use ``devtool`` to create NPM
7555 packages, the registry approach is slightly simpler. However, you 7555 packages, the registry approach is slightly simpler. However, you
7556 might consider the project approach because you do not have to 7556 might consider the project approach because you do not have to
7557 publish your module in the NPM registry 7557 publish your module in the `NPM registry <https://docs.npmjs.com/misc/registry>`__,
7558 (`npm-registry <https://docs.npmjs.com/misc/registry>`_), which 7558 which is NPM's public registry.
7559 is NPM's public registry.
7560 7559
7561- Be familiar with 7560- Be familiar with
7562 :doc:`devtool </ref-manual/devtool-reference>`. 7561 :doc:`devtool </ref-manual/devtool-reference>`.