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:33:56 +0100
commiteae4945a9dc22bc1557aaac0979c18ba1b4179ed (patch)
tree367067c777850aef5284b56cf9f02704b4e72503 /documentation/poky-ref-manual
parent5ec43fdbb8a04ba4664f1dd17bcc5f7c167dfded (diff)
downloadpoky-eae4945a9dc22bc1557aaac0979c18ba1b4179ed.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.