summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2015-04-21 11:38:24 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-04-24 11:07:49 +0100
commit12cc91a768c8ea5f08c6ed9b236ec76d8727150a (patch)
treec7bfcbf58bb267300230ffb8909c3a11fbfdac9b /documentation
parentfea38f087c5bb115f94839691d23d1bb64ae1fc5 (diff)
downloadpoky-12cc91a768c8ea5f08c6ed9b236ec76d8727150a.tar.gz
dev-manual: Fixed link to Toaster Manual.
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: 29c751888f16b9a2b73b64fe78eca6b7c661b2f4) 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/dev-manual/dev-manual-model.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/dev-manual/dev-manual-model.xml b/documentation/dev-manual/dev-manual-model.xml
index 1224e3070c..255a814981 100644
--- a/documentation/dev-manual/dev-manual-model.xml
+++ b/documentation/dev-manual/dev-manual-model.xml
@@ -2530,7 +2530,7 @@
2530 You can initiate builds using Toaster as well as examine the results 2530 You can initiate builds using Toaster as well as examine the results
2531 and statistics of builds. 2531 and statistics of builds.
2532 See the 2532 See the
2533 <ulink url='&YOCTO_DOCS_TOAST_URL;'>Toaster User Manual</ulink> 2533 <ulink url='&YOCTO_DOCS_TOAST_URL;#toaster-manual-intro'>Toaster User Manual</ulink>
2534 for information on how to set up and use Toaster to build images. 2534 for information on how to set up and use Toaster to build images.
2535 </para> 2535 </para>
2536</section> 2536</section>