summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/dev-manual-model.xml
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:34 +0100
commit87a60a2d1c906b99ff98c96ce3607ed8e98389ae (patch)
tree5509baf839e601fa34294dc0de5aa9247d0107e5 /documentation/dev-manual/dev-manual-model.xml
parent7e1a9d90566e78456d4d1ab8fd1f536ab35d60f4 (diff)
downloadpoky-87a60a2d1c906b99ff98c96ce3607ed8e98389ae.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: ab11e9822b5ec1b0f7138f1419ce9c340f6f27ad) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual/dev-manual-model.xml')
-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>