summaryrefslogtreecommitdiffstats
path: root/documentation/kernel-manual/kernel-doc-intro.xml
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/kernel-manual/kernel-doc-intro.xml')
-rw-r--r--documentation/kernel-manual/kernel-doc-intro.xml13
1 files changed, 7 insertions, 6 deletions
diff --git a/documentation/kernel-manual/kernel-doc-intro.xml b/documentation/kernel-manual/kernel-doc-intro.xml
index 9f845823d3..c3fde6c731 100644
--- a/documentation/kernel-manual/kernel-doc-intro.xml
+++ b/documentation/kernel-manual/kernel-doc-intro.xml
@@ -1,5 +1,6 @@
1<!DOCTYPE chapter 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 4
4<chapter id='kernel-doc-intro'> 5<chapter id='kernel-doc-intro'>
5 6
@@ -46,21 +47,21 @@
46 47
47 <para> 48 <para>
48 For more discussion on the Yocto Project kernel, you can see these sections 49 For more discussion on the Yocto Project kernel, you can see these sections
49 in <ulink url='http://www.yoctoproject.org/docs/latest/dev-manual/dev-manual.html'>The Yocto Project Development Manual</ulink>: 50 in <ulink url='&YOCTO_DOCS_DEV_URL;'>The Yocto Project Development Manual</ulink>:
50 <itemizedlist> 51 <itemizedlist>
51 <listitem><para> 52 <listitem><para>
52 "<ulink url='http://www.yoctoproject.org/docs/latest/dev-manual/dev-manual.html#kernel-overview'>Kernel Overview</ulink>"</para></listitem> 53 "<ulink url='&YOCTO_DOCS_DEV_URL;#kernel-overview'>Kernel Overview</ulink>"</para></listitem>
53 <listitem><para> 54 <listitem><para>
54 "<ulink url='http://www.yoctoproject.org/docs/latest/dev-manual/dev-manual.html#kernel-modification-workflow'>Kernel Modification Workflow</ulink>" 55 "<ulink url='&YOCTO_DOCS_DEV_URL;#kernel-modification-workflow'>Kernel Modification Workflow</ulink>"
55 </para></listitem> 56 </para></listitem>
56 <listitem><para> 57 <listitem><para>
57 "<ulink url='http://www.yoctoproject.org/docs/latest/dev-manual/dev-manual.html#dev-manual-kernel-appendix'>Kernel Modification Example</ulink>".</para></listitem> 58 "<ulink url='&YOCTO_DOCS_DEV_URL;#dev-manual-kernel-appendix'>Kernel Modification Example</ulink>"</para></listitem>
58 </itemizedlist> 59 </itemizedlist>
59 </para> 60 </para>
60 61
61 <para> 62 <para>
62 For general information on the Yocto Project, visit the website at 63 For general information on the Yocto Project, visit the website at
63 <ulink url='http://www.yoctoproject.org'></ulink>. 64 <ulink url='&YOCTO_HOME_URL;'></ulink>.
64 </para> 65 </para>
65</section> 66</section>
66 67