summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2012-08-21 16:37:15 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-09-04 12:54:56 +0100
commitb3ac19b1bfc8694ef4131b8b57c3813ce95d5351 (patch)
tree96154b494791968654903401471bd69096e29f60 /documentation
parentfcfb087cfc47403caf0e5c18b2e147d5c90c2ba5 (diff)
downloadpoky-b3ac19b1bfc8694ef4131b8b57c3813ce95d5351.tar.gz
documentation: fixed Quick Start references
The way I refered to the YP Quick Start was inconsistant. I have made edits to remove these. (From yocto-docs rev: d9487c60db23861e8a9dd2c81ac46d4960abd462) 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/adt-manual/adt-prepare.xml2
-rw-r--r--documentation/dev-manual/dev-manual-intro.xml2
-rw-r--r--documentation/dev-manual/dev-manual-model.xml2
-rw-r--r--documentation/dev-manual/dev-manual-start.xml2
-rw-r--r--documentation/poky-ref-manual/usingpoky.xml2
5 files changed, 5 insertions, 5 deletions
diff --git a/documentation/adt-manual/adt-prepare.xml b/documentation/adt-manual/adt-prepare.xml
index e67487b224..383bb802b5 100644
--- a/documentation/adt-manual/adt-prepare.xml
+++ b/documentation/adt-manual/adt-prepare.xml
@@ -196,7 +196,7 @@
196 The ADT Installer requires the <filename>libtool</filename> package to complete. 196 The ADT Installer requires the <filename>libtool</filename> package to complete.
197 If you install the recommended packages as described in 197 If you install the recommended packages as described in
198 "<ulink url='&YOCTO_DOCS_QS_URL;#packages'>The Packages</ulink>" 198 "<ulink url='&YOCTO_DOCS_QS_URL;#packages'>The Packages</ulink>"
199 section of The Yocto Project Quick Start, then you will have libtool installed. 199 section of the Yocto Project Quick Start, then you will have libtool installed.
200 </note> 200 </note>
201 201
202 <para> 202 <para>
diff --git a/documentation/dev-manual/dev-manual-intro.xml b/documentation/dev-manual/dev-manual-intro.xml
index 3507ec7f0f..58084bb793 100644
--- a/documentation/dev-manual/dev-manual-intro.xml
+++ b/documentation/dev-manual/dev-manual-intro.xml
@@ -87,7 +87,7 @@
87 as well as links to software and documentation.</para></listitem> 87 as well as links to software and documentation.</para></listitem>
88 <listitem><para><emphasis> 88 <listitem><para><emphasis>
89 <ulink url='&YOCTO_DOCS_QS_URL;'> 89 <ulink url='&YOCTO_DOCS_QS_URL;'>
90 The Yocto Project Quick Start</ulink>:</emphasis> This short document lets you get started 90 the Yocto Project Quick Start</ulink>:</emphasis> This short document lets you get started
91 with the Yocto Project quickly and start building an image.</para></listitem> 91 with the Yocto Project quickly and start building an image.</para></listitem>
92 <listitem><para><emphasis> 92 <listitem><para><emphasis>
93 <ulink url='&YOCTO_DOCS_REF_URL;'> 93 <ulink url='&YOCTO_DOCS_REF_URL;'>
diff --git a/documentation/dev-manual/dev-manual-model.xml b/documentation/dev-manual/dev-manual-model.xml
index 32a948bb94..c5f89a073f 100644
--- a/documentation/dev-manual/dev-manual-model.xml
+++ b/documentation/dev-manual/dev-manual-model.xml
@@ -1068,7 +1068,7 @@ directory.</para></listitem>
1068 If the architecture you need is not listed in the menu, you 1068 If the architecture you need is not listed in the menu, you
1069 will need to build the image. 1069 will need to build the image.
1070 See the "<ulink url='&YOCTO_DOCS_QS_URL;#building-image'>Building an Image</ulink>" section 1070 See the "<ulink url='&YOCTO_DOCS_QS_URL;#building-image'>Building an Image</ulink>" section
1071 of The Yocto Project Quick Start for more information.</para></listitem> 1071 of the Yocto Project Quick Start for more information.</para></listitem>
1072 </itemizedlist> 1072 </itemizedlist>
1073 </para> 1073 </para>
1074 </section> 1074 </section>
diff --git a/documentation/dev-manual/dev-manual-start.xml b/documentation/dev-manual/dev-manual-start.xml
index 065cf27d83..b6b28775e5 100644
--- a/documentation/dev-manual/dev-manual-start.xml
+++ b/documentation/dev-manual/dev-manual-start.xml
@@ -11,7 +11,7 @@
11 You can find enough information to set up your development host and build or use images for 11 You can find enough information to set up your development host and build or use images for
12 hardware supported by the Yocto Project by reading 12 hardware supported by the Yocto Project by reading
13 <ulink url='&YOCTO_DOCS_QS_URL;'> 13 <ulink url='&YOCTO_DOCS_QS_URL;'>
14 The Yocto Project Quick Start</ulink>. 14 the Yocto Project Quick Start</ulink>.
15</para> 15</para>
16 16
17<para> 17<para>
diff --git a/documentation/poky-ref-manual/usingpoky.xml b/documentation/poky-ref-manual/usingpoky.xml
index f2bd411a54..817aa2f13f 100644
--- a/documentation/poky-ref-manual/usingpoky.xml
+++ b/documentation/poky-ref-manual/usingpoky.xml
@@ -18,7 +18,7 @@
18 You can find general information on how to build an image using the OpenEmbedded build 18 You can find general information on how to build an image using the OpenEmbedded build
19 system in the 19 system in the
20 "<ulink url='&YOCTO_DOCS_QS_URL;#building-image'>Building an Image</ulink>" 20 "<ulink url='&YOCTO_DOCS_QS_URL;#building-image'>Building an Image</ulink>"
21 section of The Yocto Project Quick Start. 21 section of the Yocto Project Quick Start.
22 This section provides a summary of the build process and provides information 22 This section provides a summary of the build process and provides information
23 for less obvious aspects of the build process. 23 for less obvious aspects of the build process.
24 </para> 24 </para>