summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2011-10-11 12:50:38 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-10-14 00:31:11 +0100
commit1d06f45acbedeeaeddec2e29bb264f5fc480d348 (patch)
treebed9e95809182e4d8d13b6913235aa5d813a2fbc /documentation
parentb92b776d56e64a437181de9bc76f8dcc8e15a5f8 (diff)
downloadpoky-1d06f45acbedeeaeddec2e29bb264f5fc480d348.tar.gz
documentation/dev-manual: Fixed five broken links and removed note
The restructuring of the web site where we store manuals broke some links that were cut-and-pasted in from older work. These slipped by me so not changing them would direct the user to a 1.0 version of the externally referenced manual rather than the 1.1 version. I also got rid of a visible "WRITER'S NOTE" in the document that was left behind. (From yocto-docs rev: 1508826312a2fe35e5d693821a4c7737baafcb2e) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/dev-manual/dev-manual-newbie.xml3
-rw-r--r--documentation/dev-manual/dev-manual-start.xml10
2 files changed, 6 insertions, 7 deletions
diff --git a/documentation/dev-manual/dev-manual-newbie.xml b/documentation/dev-manual/dev-manual-newbie.xml
index 51377c75c0..c85667cdd1 100644
--- a/documentation/dev-manual/dev-manual-newbie.xml
+++ b/documentation/dev-manual/dev-manual-newbie.xml
@@ -107,8 +107,7 @@
107 Yocto Plug-in, miscellaneous support, Poky, pseudo, cross-development toolchains, 107 Yocto Plug-in, miscellaneous support, Poky, pseudo, cross-development toolchains,
108 and all released versions of Yocto Project in the form of images or tarballs. 108 and all released versions of Yocto Project in the form of images or tarballs.
109 Downloading and extracting these files does not produce a Git repository but rather 109 Downloading and extracting these files does not produce a Git repository but rather
110 a snapshot of a particular release or image. 110 a snapshot of a particular release or image.</para>
111 [WRITER NOTE: link will be http://downloads.yoctoproject.org.]</para>
112 <para> 111 <para>
113 <imagedata fileref="figures/index-downloads.png" align="center" width="6in" depth="4in" /> 112 <imagedata fileref="figures/index-downloads.png" align="center" width="6in" depth="4in" />
114 </para></listitem> 113 </para></listitem>
diff --git a/documentation/dev-manual/dev-manual-start.xml b/documentation/dev-manual/dev-manual-start.xml
index d04fdf396e..a5f3652b13 100644
--- a/documentation/dev-manual/dev-manual-start.xml
+++ b/documentation/dev-manual/dev-manual-start.xml
@@ -9,7 +9,7 @@
9 This chapter introduces the Yocto Project and gives you an idea of what you need to get started. 9 This chapter introduces the Yocto Project and gives you an idea of what you need to get started.
10 You can find enough information to set up your development host and build or use images for 10 You can find enough information to set up your development host and build or use images for
11 hardware supported by the Yocto Project by reading 11 hardware supported by the Yocto Project by reading
12 <ulink url='http://www.yoctoproject.org/docs/yocto-quick-start/yocto-project-qs.html'> 12 <ulink url='http://www.yoctoproject.org/docs/1.1/yocto-project-qs/yocto-project-qs.html'>
13 The Yocto Project Quick Start</ulink>. 13 The Yocto Project Quick Start</ulink>.
14</para> 14</para>
15 15
@@ -57,7 +57,7 @@
57 </para></listitem> 57 </para></listitem>
58 <listitem><para><emphasis>Packages:</emphasis> The Yocto Project requires certain packages 58 <listitem><para><emphasis>Packages:</emphasis> The Yocto Project requires certain packages
59 exist on your development system (e.g. Python 2.6 or 2.7). 59 exist on your development system (e.g. Python 2.6 or 2.7).
60 See "<ulink url='http://www.yoctoproject.org/docs/yocto-quick-start/yocto-project-qs.html#packages'>The Packages</ulink>" 60 See "<ulink url='http://www.yoctoproject.org/docs/1.1/yocto-project-qs/yocto-project-qs.html#packages'>The Packages</ulink>"
61 section in the Yocto Project Quick start for the exact package 61 section in the Yocto Project Quick start for the exact package
62 requirements and the installation commands to install them 62 requirements and the installation commands to install them
63 for the supported distributions.</para></listitem> 63 for the supported distributions.</para></listitem>
@@ -213,7 +213,7 @@
213 applications using the Eclipse Integrated Development Environment (IDE), 213 applications using the Eclipse Integrated Development Environment (IDE),
214 you will need this plug-in. 214 you will need this plug-in.
215 See the 215 See the
216 "<ulink url='http://www.yoctoproject.org/docs/adt-manual/adt-manual.html#setting-up-the-eclipse-ide'>Setting up the Eclipse IDE</ulink>" 216 "<ulink url='http://www.yoctoproject.org/docs/1.1/adt-manual/adt-manual.html#setting-up-the-eclipse-ide'>Setting up the Eclipse IDE</ulink>"
217 section in the Yocto Application Development Toolkit (ADT) 217 section in the Yocto Application Development Toolkit (ADT)
218 User’s Guide for more information.</para></listitem> 218 User’s Guide for more information.</para></listitem>
219 </itemizedlist> 219 </itemizedlist>
@@ -226,7 +226,7 @@
226 <para> 226 <para>
227 The build process creates an entire Linux distribution, including the toolchain, from source. 227 The build process creates an entire Linux distribution, including the toolchain, from source.
228 For more information on this topic, see the 228 For more information on this topic, see the
229 "<ulink url='http://www.yoctoproject.org/docs/yocto-quick-start/yocto-project-qs.html#building-image'>Building an Image</ulink>" 229 "<ulink url='http://www.yoctoproject.org/docs/1.1/yocto-project-qs/yocto-project-qs.html#building-image'>Building an Image</ulink>"
230 section in the Yocto Project Quick Start. 230 section in the Yocto Project Quick Start.
231 </para> 231 </para>
232 232
@@ -264,7 +264,7 @@
264 264
265 <para> 265 <para>
266 You can find details on all these steps in the 266 You can find details on all these steps in the
267 "<ulink url='http://www.yoctoproject.org/docs/yocto-quick-start/yocto-project-qs.html#using-pre-built'>Using Pre-Built Binaries and QEMU</ulink>" 267 "<ulink url='http://www.yoctoproject.org/docs/1.1/yocto-project-qs/yocto-project-qs.html#using-pre-built'>Using Pre-Built Binaries and QEMU</ulink>"
268 section of the Yocto Project Quick Start. 268 section of the Yocto Project Quick Start.
269 </para> 269 </para>
270</section> 270</section>