summaryrefslogtreecommitdiffstats
path: root/documentation/poky-ref-manual
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2011-10-11 13:04:07 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-10-14 00:31:11 +0100
commit2923cc23d11cad6fbeb180b9e85cffe226717eb5 (patch)
tree025a972161a32a93c0404c231d7d6d0818d4df5a /documentation/poky-ref-manual
parent1d06f45acbedeeaeddec2e29bb264f5fc480d348 (diff)
downloadpoky-2923cc23d11cad6fbeb180b9e85cffe226717eb5.tar.gz
documentation: Cleaned out bad links and replaced with good
The re-structuring of the web server that holds the documents created some bad links. I thought I had gotten them all but apparently not. this is a drawback of not being able to test things until after stuff is done. In any case, I grepped through everything and this takes care of it. (From yocto-docs rev: cdbc3b3b7f6d6ff01024b977f966459cf414ad5c) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/poky-ref-manual')
-rw-r--r--documentation/poky-ref-manual/development.xml6
-rw-r--r--documentation/poky-ref-manual/usingpoky.xml4
2 files changed, 5 insertions, 5 deletions
diff --git a/documentation/poky-ref-manual/development.xml b/documentation/poky-ref-manual/development.xml
index ff1d676607..f18c055652 100644
--- a/documentation/poky-ref-manual/development.xml
+++ b/documentation/poky-ref-manual/development.xml
@@ -91,9 +91,9 @@
91 with other plug-ins installed into the Eclipse IDE. 91 with other plug-ins installed into the Eclipse IDE.
92 Once you have your environment setup you need to configure the Eclipse plug-in. 92 Once you have your environment setup you need to configure the Eclipse plug-in.
93 For information on how to install and configure the Eclipse plug-in, see the 93 For information on how to install and configure the Eclipse plug-in, see the
94 <ulink url='http://www.yoctoproject.org/docs/adt-manual/adt-manual.html#adt-eclipse'> 94 <ulink url='http://www.yoctoproject.org/docs/1.1/adt-manual/adt-manual.html#adt-eclipse'>
95 "Working Within Eclipse"</ulink> chapter in the 95 "Working Within Eclipse"</ulink> chapter in the
96 <ulink url='http://www.yoctoproject.org/docs/adt-manual/adt-manual.html'> 96 <ulink url='http://www.yoctoproject.org/docs/1.1/adt-manual/adt-manual.html'>
97 "Application Development Toolkit (ADT) User's Guide."</ulink> 97 "Application Development Toolkit (ADT) User's Guide."</ulink>
98 </para> 98 </para>
99 </section> 99 </section>
@@ -102,7 +102,7 @@
102 <title>External Development Using the QEMU Emulator</title> 102 <title>External Development Using the QEMU Emulator</title>
103 <para> 103 <para>
104 Running Poky QEMU images is covered in the 104 Running Poky QEMU images is covered in the
105 <ulink url="http://www.yoctoproject.org/docs/yocto-quick-start/yocto-project-qs.html"> 105 <ulink url="http://www.yoctoproject.org/docs/1.1/yocto-project-qs/yocto-project-qs.html">
106 Yocto Project Quick Start</ulink> in the "A Quick Test Run" section. 106 Yocto Project Quick Start</ulink> in the "A Quick Test Run" section.
107 </para> 107 </para>
108 <para> 108 <para>
diff --git a/documentation/poky-ref-manual/usingpoky.xml b/documentation/poky-ref-manual/usingpoky.xml
index 9da2e326b9..7b24841ac0 100644
--- a/documentation/poky-ref-manual/usingpoky.xml
+++ b/documentation/poky-ref-manual/usingpoky.xml
@@ -222,9 +222,9 @@
222 <filename class="directory">tmp/deploy/images</filename>. 222 <filename class="directory">tmp/deploy/images</filename>.
223 For information on how to run pre-built images such as <filename>qemux86</filename> 223 For information on how to run pre-built images such as <filename>qemux86</filename>
224 and <filename>qemuarm</filename>, see the 224 and <filename>qemuarm</filename>, see the
225 <ulink url='http://www.yoctoproject.org//docs/yocto-quick-start/yocto-project-qs.html#using-pre-built'> 225 <ulink url='http://www.yoctoproject.org/docs/1.1/yocto-project-qs/yocto-project-qs.html#using-pre-built'>
226 Using Pre-Built Binaries and QEMU</ulink> section in the 226 Using Pre-Built Binaries and QEMU</ulink> section in the
227 <ulink url='http://www.yoctoproject.org//docs/yocto-quick-start/yocto-project-qs.html'> 227 <ulink url='http://www.yoctoproject.org/docs/1.1/yocto-project-qs/yocto-project-qs.html'>
228 Yocto Project Quick Start</ulink>. 228 Yocto Project Quick Start</ulink>.
229 For information about how to install these images, see the documentation for your 229 For information about how to install these images, see the documentation for your
230 particular board/machine. 230 particular board/machine.