summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2010-11-10 12:48:35 -0800
committerRichard Purdie <rpurdie@linux.intel.com>2010-11-15 22:25:25 +0000
commit5dc7082f8f023f2c9c9b6249c1f07a4d65b9ba4f (patch)
treea8f784a852f208c5fcc6e5951569e60c0a0bc434 /documentation
parentb978c8e25198fc584963299e3f3087835777ca62 (diff)
downloadpoky-5dc7082f8f023f2c9c9b6249c1f07a4d65b9ba4f.tar.gz
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 <scott.m.rifenbark@intel.com>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/poky-ref-manual/development.xml5
-rw-r--r--documentation/poky-ref-manual/ref-images.xml3
2 files changed, 4 insertions, 4 deletions
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 @@
401 <section id="platdev-appdev-qemu"> 401 <section id="platdev-appdev-qemu">
402 <title>Developing externally in QEMU</title> 402 <title>Developing externally in QEMU</title>
403 <para> 403 <para>
404 Running Poky QEMU images is covered in the <link 404 Running Poky QEMU images is covered in the
405 linkend='intro-quickstart-qemu'>Running an Image</link> section. 405 <ulink url="http://www.yoctoproject.org/docs/yocto-quick-start/yocto-project-qs.html">
406 Yocto Project Quick Start</ulink> in the "A Quick Test Run" section.
406 </para> 407 </para>
407 <para> 408 <para>
408 Poky's QEMU images contain a complete native toolchain. This means 409 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 @@
61 <emphasis>meta-toolchain-sdk</emphasis> - This includes everything in 61 <emphasis>meta-toolchain-sdk</emphasis> - This includes everything in
62 meta-toolchain but also includes development headers and libraries 62 meta-toolchain but also includes development headers and libraries
63 forming a complete standalone SDK. See the <link linkend='platdev-appdev-external-sdk'> 63 forming a complete standalone SDK. See the <link linkend='platdev-appdev-external-sdk'>
64 Developing using the Poky SDK</link> and <link linkend='platdev-appdev-external-anjuta'> 64 External Development Using the Poky SDK</link> section for more information.
65 Developing using the Anjuta Plugin</link> sections for more information.
66 </para> 65 </para>
67 </listitem> 66 </listitem>
68 </itemizedlist> 67 </itemizedlist>