diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2014-06-18 12:17:57 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-06-18 10:30:28 +0100 |
commit | bc3484e76c109f867cdb113f4b9b1aa2a1b4462a (patch) | |
tree | 2204c2dfc3ca36123d8f54bbef7d325cc60f7af9 | |
parent | 9d84b2440df5a72cb44c58cd45ad5043b85c64af (diff) | |
download | poky-bc3484e76c109f867cdb113f4b9b1aa2a1b4462a.tar.gz |
dev-manual: Fixed a link that was spanning two lines.
Links using <ulink> cannot span two lines or the the
mega-manual.sed file will not convert them.
(From yocto-docs rev: 1748dc63b03691861fa6b00297c2bd467a1e92c5)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | documentation/dev-manual/dev-manual-model.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/documentation/dev-manual/dev-manual-model.xml b/documentation/dev-manual/dev-manual-model.xml index 4fd4c4e1e3..9448617b1f 100644 --- a/documentation/dev-manual/dev-manual-model.xml +++ b/documentation/dev-manual/dev-manual-model.xml | |||
@@ -18,8 +18,7 @@ | |||
18 | "<ulink url='&YOCTO_DOCS_BSP_URL;#creating-a-new-bsp-layer-using-the-yocto-bsp-script'>Creating a New BSP Layer Using the yocto-bsp Script</ulink>" | 18 | "<ulink url='&YOCTO_DOCS_BSP_URL;#creating-a-new-bsp-layer-using-the-yocto-bsp-script'>Creating a New BSP Layer Using the yocto-bsp Script</ulink>" |
19 | section in the Yocto Project Board Support Package (BSP) Developer's Guide. | 19 | section in the Yocto Project Board Support Package (BSP) Developer's Guide. |
20 | For more complete information on how to work with the kernel, see the | 20 | For more complete information on how to work with the kernel, see the |
21 | <ulink url='&YOCTO_DOCS_KERNEL_DEV_URL;'>Yocto Project Linux Kernel | 21 | <ulink url='&YOCTO_DOCS_KERNEL_DEV_URL;'>Yocto Project Linux Kernel Development Manual</ulink>. |
22 | Development Manual</ulink>. | ||
23 | </para></listitem> | 22 | </para></listitem> |
24 | <listitem><para><emphasis>User Application Development:</emphasis> | 23 | <listitem><para><emphasis>User Application Development:</emphasis> |
25 | User Application Development covers development of applications that you intend | 24 | User Application Development covers development of applications that you intend |