From: Scott Rifenbark Date: Wed, 10 Nov 2010 20:48:35 +0000 (-0800) Subject: Poky Reference Manual: Fixed broken link in Ref Images appendix. X-Git-Tag: 2011-1~4020 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=5dc7082f8f023f2c9c9b6249c1f07a4d65b9ba4f;p=openembedded-core.git Poky Reference Manual: Fixed broken link in Ref Images appendix. In the Ref Images appendix there was a link to the section "External Development Using the Poky SDK" section that did not work due to the section id string changing. I fixed the link. Signed-off-by: Scott Rifenbark --- diff --git a/documentation/poky-ref-manual/development.xml b/documentation/poky-ref-manual/development.xml index f807a94960..67badce777 100644 --- a/documentation/poky-ref-manual/development.xml +++ b/documentation/poky-ref-manual/development.xml @@ -401,8 +401,9 @@
Developing externally in QEMU - Running Poky QEMU images is covered in the Running an Image section. + Running Poky QEMU images is covered in the + + Yocto Project Quick Start in the "A Quick Test Run" section. Poky's QEMU images contain a complete native toolchain. This means diff --git a/documentation/poky-ref-manual/ref-images.xml b/documentation/poky-ref-manual/ref-images.xml index 79a5c1806e..822c6b0bbc 100644 --- a/documentation/poky-ref-manual/ref-images.xml +++ b/documentation/poky-ref-manual/ref-images.xml @@ -61,8 +61,7 @@ meta-toolchain-sdk - This includes everything in meta-toolchain but also includes development headers and libraries forming a complete standalone SDK. See the - Developing using the Poky SDK and - Developing using the Anjuta Plugin sections for more information. + External Development Using the Poky SDK section for more information.