mirror of
https://git.yoctoproject.org/poky
synced 2026-04-13 14:02:21 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
fea38f087c
commit
12cc91a768
@@ -2530,7 +2530,7 @@
|
||||
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>
|
||||
|
||||
Reference in New Issue
Block a user