diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2015-04-21 13:46:57 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-04-24 11:07:34 +0100 |
commit | bed39bb69e2c652e8f77ec958d22d71cd212f359 (patch) | |
tree | 4094c549678584c7ce94750d293ee6057e197213 /documentation | |
parent | d0ba89a6075655c7fbeda0d54182a3e599e3f34d (diff) | |
download | poky-bed39bb69e2c652e8f77ec958d22d71cd212f359.tar.gz |
ref-manual: Removed tag from profile-manual cross-ref
In the introduction, the ref-manual references several other YP
manuals. If the manual is build separately, these references resolve
to the appropriate manuals. When the mega-manual is built, the
same references are designed to not become links. In otherwords,
mega-manual.sed processes those links out. This is by design.
I found a #profile-manual tag on one of the links in the introduction.
This resulted in a link in the mega-manual that would go nowhere. I
removed the tag.
(From yocto-docs rev: fdaf114ece20994ec55061612ab53e9334afde26)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/ref-manual/introduction.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/ref-manual/introduction.xml b/documentation/ref-manual/introduction.xml index f3206f33c3..b6b98598dc 100644 --- a/documentation/ref-manual/introduction.xml +++ b/documentation/ref-manual/introduction.xml | |||
@@ -23,7 +23,7 @@ | |||
23 | For Board Support Package (BSP) structure information, see the | 23 | For Board Support Package (BSP) structure information, see the |
24 | <ulink url='&YOCTO_DOCS_BSP_URL;'>Yocto Project Board Support Package (BSP) Developer's Guide</ulink>. | 24 | <ulink url='&YOCTO_DOCS_BSP_URL;'>Yocto Project Board Support Package (BSP) Developer's Guide</ulink>. |
25 | You can find information on tracing and profiling in the | 25 | You can find information on tracing and profiling in the |
26 | <ulink url='&YOCTO_DOCS_PROF_URL;#profile-manual'>Yocto Project Profiling and Tracing Manual</ulink>. | 26 | <ulink url='&YOCTO_DOCS_PROF_URL;'>Yocto Project Profiling and Tracing Manual</ulink>. |
27 | For information on BitBake, which is the task execution tool the | 27 | For information on BitBake, which is the task execution tool the |
28 | OpenEmbedded build system is based on, see the | 28 | OpenEmbedded build system is based on, see the |
29 | <ulink url='&YOCTO_DOCS_BB_URL;#bitbake-user-manual'>BitBake User Manual</ulink>. | 29 | <ulink url='&YOCTO_DOCS_BB_URL;#bitbake-user-manual'>BitBake User Manual</ulink>. |