From 87a60a2d1c906b99ff98c96ce3607ed8e98389ae Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 21 Apr 2015 11:38:24 -0700 Subject: [PATCH] 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 # 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 # part to the link in the XML (From yocto-docs rev: ab11e9822b5ec1b0f7138f1419ce9c340f6f27ad) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-model.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ You can initiate builds using Toaster as well as examine the results and statistics of builds. See the - Toaster User Manual + Toaster User Manual for information on how to set up and use Toaster to build images.