diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2010-11-09 12:47:25 -0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-11-15 22:25:24 +0000 |
commit | bf3ae7f66a91ccf05e106ebb829a3698e9c8248b (patch) | |
tree | e9adf95c62592fb9902e11b6675859ef87602aef /documentation | |
parent | 63596cbfb11eb1a4c2ef452a1a1b61493ac64b46 (diff) | |
download | openembedded-core-bf3ae7f66a91ccf05e106ebb829a3698e9c8248b.tar.gz openembedded-core-bf3ae7f66a91ccf05e106ebb829a3698e9c8248b.tar.bz2 openembedded-core-bf3ae7f66a91ccf05e106ebb829a3698e9c8248b.zip |
Poky Reference Manual: Clean up of the XML tags
Added a section id to the 'welcom to poky' section that was missing.
Removed a redundant </ulink> tag that was not needed.
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/poky-ref-manual/introduction.xml | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/documentation/poky-ref-manual/introduction.xml b/documentation/poky-ref-manual/introduction.xml index afe1028b73..3bb4da14c5 100644 --- a/documentation/poky-ref-manual/introduction.xml +++ b/documentation/poky-ref-manual/introduction.xml @@ -22,7 +22,7 @@ </para> </section> -<section> +<section id='what-is-poky'> <title>What is Poky?</title> <para> @@ -107,7 +107,7 @@ you should see the Yocto Project Quick Start on the <ulink url="http://www.yoctoproject.org"> Yocto Project website</ulink>. The direct link to the quick start is - <ulink url='http://yoctoproject.org/docs/yocto-quick-start/yocto-project-qs.html'></ulink>. + <ulink url='http://yoctoproject.org/docs/yocto-quick-start/yocto-project-qs.html'/>. </para> </section> @@ -119,7 +119,8 @@ <para>Periodically, we make releases of Poky available at <ulink url='http://pokylinux.org/releases/'/>. - These releases are more stable and more rigorously tested than the nightly development images.</para> + These releases are more stable and more rigorously tested than the nightly development images. + </para> </section> <section id='intro-getit-nightly'> @@ -141,7 +142,7 @@ be used either as external standalone toolchains or can be combined with Poky as a prebuilt toolchain to reduce build time. Using the external toolchains is simply a case of untarring the tarball into the root of your system (it only creates files in - <filename class="directory">/opt/poky</filename>) and then enabling the option + <filename>/opt/poky</filename>) and then enabling the option in <filename>local.conf</filename>. </para> </section> |