documentation/poky-ref-manual: Link updates

Pulling the "Common Tasks" chapter fromt YP Reference Manual
broke many links.  Each of these links had to be repaired so that
the link is to the YP Develepment Manual now, where the chapter
was moved to.

(From yocto-docs rev: 08176135b8ac856b8cf7872300ce41ada87fa486)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark
2012-02-06 09:15:58 -06:00
committed by Richard Purdie
parent f908723bc6
commit 797758c0d4
8 changed files with 16 additions and 18 deletions

View File

@@ -203,8 +203,7 @@
<para>
It is useful when making changes directly to the work directory files to do
so using the Quilt tool as detailed in the
<link linkend='usingpoky-modifying-packages-quilt'>
Modifying Package Source Code with Quilt</link> section.
"<ulink url='http://www.yoctoproject.org/docs/latest/dev-manual/dev-manual.html#usingpoky-modifying-packages-quilt'>Modifying Package Source Code with Quilt</ulink>" section in the Yocto Project Development Manual.
Using Quilt, you can copy patches into the recipe directory and use the patches directly
through use of the <glossterm><link linkend='var-SRC_URI'>SRC_URI</link></glossterm> variable.
</para>