diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-07-11 16:31:42 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-08-13 13:18:39 +0100 |
commit | a9e5f08ec3bedb172728521e1907b10842437ae9 (patch) | |
tree | 39bff0ddab72d5a5c6e57b051671a82e3eb3bb78 /documentation/dev-manual | |
parent | 1adebc081d898ee14963b20276efc15acb1589c3 (diff) | |
download | ast2050-yocto-poky-a9e5f08ec3bedb172728521e1907b10842437ae9.zip ast2050-yocto-poky-a9e5f08ec3bedb172728521e1907b10842437ae9.tar.gz |
dev-manual: Fixed some rogue characters.
Discovered a random ":S" and ":" character in front of a
couple of list items. Must have been a wandering cursor
situation during an edit session.
(From yocto-docs rev: b81412e255ca90e850bce61ef7f9927692f0fcb5)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual')
-rw-r--r-- | documentation/dev-manual/dev-manual-newbie.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/dev-manual/dev-manual-newbie.xml b/documentation/dev-manual/dev-manual-newbie.xml index 55e0c58..ad4c4d8 100644 --- a/documentation/dev-manual/dev-manual-newbie.xml +++ b/documentation/dev-manual/dev-manual-newbie.xml @@ -444,14 +444,14 @@ <para> In summary, here is where you can get the project files needed for development: <itemizedlist> - <listitem><para id='source-repositories'>:S<emphasis><ulink url='&YOCTO_GIT_URL;/cgit/cgit.cgi'>Source Repositories:</ulink></emphasis> + <listitem><para id='source-repositories'><emphasis><ulink url='&YOCTO_GIT_URL;/cgit/cgit.cgi'>Source Repositories:</ulink></emphasis> This area contains IDE Plugins, Matchbox, Poky, Poky Support, Tools, Yocto Linux Kernel, and Yocto Metadata Layers. You can create local copies of Git repositories for each of these areas.</para> <para> <imagedata fileref="figures/source-repos.png" align="center" width="6in" depth="4in" /> </para></listitem> - <listitem><para><anchor id='index-downloads' />:<emphasis><ulink url='&YOCTO_DL_URL;/releases/'>Index of /releases:</ulink></emphasis> + <listitem><para><anchor id='index-downloads' /><emphasis><ulink url='&YOCTO_DL_URL;/releases/'>Index of /releases:</ulink></emphasis> This area contains index releases such as the <trademark class='trade'>Eclipse</trademark> Yocto Plug-in, miscellaneous support, poky, pseudo, installers for cross-development toolchains, |