1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-31 12:49:46 +00:00

ref-manual, overview-manual: Fixed BitBake User Manual links

Some occurrences of links to the BitBake User Manual were using
a target (i.e. &YOCTO_DOCS_BB_URL;#bitbake-user-manual).  Using
this form causes the mega-manual.sed file to not process the link
correctly for the mega-manual.  These are subtle errors and have
probably existed for some time.  I removed the target ID to fix
the problem.

(From yocto-docs rev: 701f61fd80e5103ee02efbe5eed9a8607ac9a336)

Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark
2018-12-26 16:02:44 -08:00
committed by Richard Purdie
parent a32c80e6f0
commit 2c0db14f94
2 changed files with 3 additions and 3 deletions
@@ -82,7 +82,7 @@
<para> <para>
This section briefly introduces BitBake. This section briefly introduces BitBake.
If you want more information on BitBake, see the If you want more information on BitBake, see the
<ulink url='&YOCTO_DOCS_BB_URL;#bitbake-user-manual'>BitBake User Manual</ulink>. <ulink url='&YOCTO_DOCS_BB_URL;'>BitBake User Manual</ulink>.
</para> </para>
<para> <para>
@@ -1091,7 +1091,7 @@
<note> <note>
Separate documentation exists for the BitBake tool. Separate documentation exists for the BitBake tool.
See the See the
<ulink url='&YOCTO_DOCS_BB_URL;#bitbake-user-manual'>BitBake User Manual</ulink> <ulink url='&YOCTO_DOCS_BB_URL;'>BitBake User Manual</ulink>
for reference material on BitBake. for reference material on BitBake.
</note> </note>
</para> </para>
+1 -1
View File
@@ -155,7 +155,7 @@
</para></listitem> </para></listitem>
<listitem><para> <listitem><para>
<emphasis> <emphasis>
<ulink url='&YOCTO_DOCS_BB_URL;'>BitBake User Manual:</ulink> <ulink url='&YOCTO_DOCS_BB_URL;'>BitBake User Manual</ulink>:
</emphasis> </emphasis>
A comprehensive guide to the BitBake tool. A comprehensive guide to the BitBake tool.
If you want information on BitBake, see this manual. If you want information on BitBake, see this manual.