summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
Diffstat (limited to 'documentation')
-rw-r--r--documentation/poky-ref-manual/introduction.xml4
-rw-r--r--documentation/poky-ref-manual/ref-structure.xml10
-rw-r--r--documentation/poky-ref-manual/technical-details.xml2
3 files changed, 8 insertions, 8 deletions
diff --git a/documentation/poky-ref-manual/introduction.xml b/documentation/poky-ref-manual/introduction.xml
index 35b099bc7e..3d0ae54dea 100644
--- a/documentation/poky-ref-manual/introduction.xml
+++ b/documentation/poky-ref-manual/introduction.xml
@@ -46,8 +46,8 @@
46 This chapter describes the example filesystem layout for BSP development and 46 This chapter describes the example filesystem layout for BSP development and
47 the click-through licensing scheme.</para></listitem> 47 the click-through licensing scheme.</para></listitem>
48 <listitem><para><emphasis> 48 <listitem><para><emphasis>
49 <link linkend='ref-structure'>Reference: Directory Structure</link>:</emphasis> 49 <link linkend='ref-structure'>Directory Structure</link>:</emphasis>
50 This appendix describes the 50 This chapter describes the
51 <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>source directory</ulink> created 51 <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>source directory</ulink> created
52 either by unpacking a released Yocto Project tarball on your host development system, 52 either by unpacking a released Yocto Project tarball on your host development system,
53 or by cloning the upstream 53 or by cloning the upstream
diff --git a/documentation/poky-ref-manual/ref-structure.xml b/documentation/poky-ref-manual/ref-structure.xml
index 9d3c358296..cf53967034 100644
--- a/documentation/poky-ref-manual/ref-structure.xml
+++ b/documentation/poky-ref-manual/ref-structure.xml
@@ -1,13 +1,13 @@
1<!DOCTYPE appendix PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" 1<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
2"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" 2"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"
3[<!ENTITY % poky SYSTEM "../poky.ent"> %poky; ] > 3[<!ENTITY % poky SYSTEM "../poky.ent"> %poky; ] >
4 4
5<appendix id='ref-structure'> 5<chapter id='ref-structure'>
6 6
7<title>Reference: Directory Structure</title> 7<title>Source Directory Structure</title>
8 8
9<para> 9<para>
10 The <ulink url='source-directory'>source directory</ulink> consists of several components. 10 The <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>source directory</ulink> consists of several components.
11 Understanding them and knowing where they are located is key to using the Yocto Project well. 11 Understanding them and knowing where they are located is key to using the Yocto Project well.
12 This appendix describes the source directory and gives information about the various 12 This appendix describes the source directory and gives information about the various
13 files and directories. 13 files and directories.
@@ -638,7 +638,7 @@
638 </section> 638 </section>
639</section> 639</section>
640 640
641</appendix> 641</chapter>
642<!-- 642<!--
643vim: expandtab tw=80 ts=4 643vim: expandtab tw=80 ts=4
644--> 644-->
diff --git a/documentation/poky-ref-manual/technical-details.xml b/documentation/poky-ref-manual/technical-details.xml
index 717015be5c..2cd6ad3685 100644
--- a/documentation/poky-ref-manual/technical-details.xml
+++ b/documentation/poky-ref-manual/technical-details.xml
@@ -48,7 +48,7 @@
48 <para> 48 <para>
49 Following are some brief details on these core components. 49 Following are some brief details on these core components.
50 For more detailed information on these components see the 50 For more detailed information on these components see the
51 "<link linkend='ref-structure'>Reference: Directory Structure</link>" appendix. 51 "<link linkend='ref-structure'>Directory Structure</link>" chapter.
52 </para> 52 </para>
53 53
54 <section id='usingpoky-components-bitbake'> 54 <section id='usingpoky-components-bitbake'>