diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2018-12-26 16:02:44 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-12-27 22:53:11 +0000 |
commit | 2c0db14f949a550c6b05c02ee372d8a09269aef7 (patch) | |
tree | 6cb768cb6775d9b978ed6995aaf9bc6bb5748335 /documentation | |
parent | a32c80e6f0658dab6bae4116fc826276bb131404 (diff) | |
download | poky-2c0db14f949a550c6b05c02ee372d8a09269aef7.tar.gz |
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>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/overview-manual/overview-manual-concepts.xml | 4 | ||||
-rw-r--r-- | documentation/ref-manual/resources.xml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/documentation/overview-manual/overview-manual-concepts.xml b/documentation/overview-manual/overview-manual-concepts.xml index 338a190ae2..c1c1fec267 100644 --- a/documentation/overview-manual/overview-manual-concepts.xml +++ b/documentation/overview-manual/overview-manual-concepts.xml | |||
@@ -82,7 +82,7 @@ | |||
82 | <para> | 82 | <para> |
83 | This section briefly introduces BitBake. | 83 | This section briefly introduces BitBake. |
84 | If you want more information on BitBake, see the | 84 | If you want more information on BitBake, see the |
85 | <ulink url='&YOCTO_DOCS_BB_URL;#bitbake-user-manual'>BitBake User Manual</ulink>. | 85 | <ulink url='&YOCTO_DOCS_BB_URL;'>BitBake User Manual</ulink>. |
86 | </para> | 86 | </para> |
87 | 87 | ||
88 | <para> | 88 | <para> |
@@ -1091,7 +1091,7 @@ | |||
1091 | <note> | 1091 | <note> |
1092 | Separate documentation exists for the BitBake tool. | 1092 | Separate documentation exists for the BitBake tool. |
1093 | See the | 1093 | See the |
1094 | <ulink url='&YOCTO_DOCS_BB_URL;#bitbake-user-manual'>BitBake User Manual</ulink> | 1094 | <ulink url='&YOCTO_DOCS_BB_URL;'>BitBake User Manual</ulink> |
1095 | for reference material on BitBake. | 1095 | for reference material on BitBake. |
1096 | </note> | 1096 | </note> |
1097 | </para> | 1097 | </para> |
diff --git a/documentation/ref-manual/resources.xml b/documentation/ref-manual/resources.xml index be0469616c..6a0cee8a56 100644 --- a/documentation/ref-manual/resources.xml +++ b/documentation/ref-manual/resources.xml | |||
@@ -155,7 +155,7 @@ | |||
155 | </para></listitem> | 155 | </para></listitem> |
156 | <listitem><para> | 156 | <listitem><para> |
157 | <emphasis> | 157 | <emphasis> |
158 | <ulink url='&YOCTO_DOCS_BB_URL;'>BitBake User Manual:</ulink> | 158 | <ulink url='&YOCTO_DOCS_BB_URL;'>BitBake User Manual</ulink>: |
159 | </emphasis> | 159 | </emphasis> |
160 | A comprehensive guide to the BitBake tool. | 160 | A comprehensive guide to the BitBake tool. |
161 | If you want information on BitBake, see this manual. | 161 | If you want information on BitBake, see this manual. |