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>
This commit is contained in:
Michael Opdenacker
2022-10-27 11:14:19 +02:00
committed by Richard Purdie
parent bb3fc03ef1
commit 4def515eeb
6 changed files with 12 additions and 13 deletions

View File

@@ -7554,9 +7554,8 @@ NPM packages:
- Of the two methods that you can use ``devtool`` to create NPM
packages, the registry approach is slightly simpler. However, you
might consider the project approach because you do not have to
publish your module in the NPM registry
(`npm-registry <https://docs.npmjs.com/misc/registry>`_), which
is NPM's public registry.
publish your module in the `NPM registry <https://docs.npmjs.com/misc/registry>`__,
which is NPM's public registry.
- Be familiar with
:doc:`devtool </ref-manual/devtool-reference>`.