]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
dev-manual: Fixed link to Toaster Manual.
authorScott Rifenbark <scott.m.rifenbark@intel.com>
Tue, 21 Apr 2015 18:38:24 +0000 (11:38 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 24 Apr 2015 10:07:34 +0000 (11:07 +0100)
I found a link that is processed by the mega-manual.sed file correctly
but for the situation it does not resolve right.  The link is a
"naked" link.  In other words, it doesn't have a #<tag> part.
When the .sed file sees these types of links, no hyperlink is
generated.  I found a case in the dev-manual where I reference the
Toaster Manual in general and would like a link that would take the
user there.  So, I had to add a #<tag> part to the link in the XML

(From yocto-docs rev: ab11e9822b5ec1b0f7138f1419ce9c340f6f27ad)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
documentation/dev-manual/dev-manual-model.xml

index 1224e3070cce82c498c68372cd2c6353d760d5a6..255a8149817585d55ed7e7feeef96d8400d7308e 100644 (file)
         You can initiate builds using Toaster as well as examine the results
         and statistics of builds.
         See the
-        <ulink url='&YOCTO_DOCS_TOAST_URL;'>Toaster User Manual</ulink>
+        <ulink url='&YOCTO_DOCS_TOAST_URL;#toaster-manual-intro'>Toaster User Manual</ulink>
         for information on how to set up and use Toaster to build images.
     </para>
 </section>